Displaying 20 results from an estimated 100000 matches similar to: "Image Upload - Setting maximum file size"
2008 Jul 30
0
Halt file upload if maximum size is reached. Is that possible?
Hi guys.
I''m building a rapidshare-like app, and as such each user has a disk
quota. It''s possible to prevent a file save if it exceeds the free
space, but I searched for an way to do the same _during_ the file
upload. Using flash it''s apparently possible, but I don''t want to use
flash.
One way to do it is via Apache configuration.
But, is there any other way
2011 Feb 01
1
Setting maximum value of the legend on an image.plot and animation
Hello,
I'm doing the following:
library(ncdf)
library(fields)
library(animation)
saline <- open.ncdf("salinity_1990.nc")
salt = get.var.ncdf(nc=saline, varid="Salinity")
# create an animation of the complete temporal domain in the ncdf file.
saveHTML({
for (i in 1:364) {
image.plot(salt[, , i])
}
}, img.name = "salinity.img",
2006 Jul 28
1
How to set environment specific config variables DRY-ly
Sorry, search is down on the forum, so I don''t know if this has been
posted elsewhere.
I have some config variables that I want to have set in all
environments, and overridden in production.
What I want to do is put this in my config/environment.rb
SOME_CONFIG = 555
And then override it in config/environments/production.rb as:
SOME_CONFIG = 333
Problem is, using constants I
2002 Oct 08
3
Maximum file size
I've found many discussions on the web about the maximum file size
supported by ext2/ext3 file systems. They all seem to indicate that
there may have been a 2GB file limit in the past in either ext2/3 or in
the kernel but that the limit was removed in Linux 2.4.x.
I have seen no definitive statement indicating that this was actually
changed. Can someone tell me exactly what the maximum file
2003 Oct 31
1
Question about iptables and maximum file size
Hi,
I would like to know if there is any possibility to select from iptables the
files with maximum size of 300 kbytes and send them to a proxy server.
As I know until now you can only mark files with maximum size of 64 kbytes.
thank you in advance,
Codrin.
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc
2004 Dec 06
1
Maximum ext3 file system size ??
Hi,
If the ext3 file system maximum size updated or it is still 4TB for
2.6.* kernel? The site at
http://batleth.sapienti-sat.org/projects/FAQs/ext3-faq.html says that it
is 4TB yet, but I would like to know if it is possible to create and use
stable & easy-to-fix (or at least as stable & easy-to-fix as ext3) file
systems as big as 100TB for 32 bit Linux architecture?
Any experience
2006 May 18
0
file_column - filtering uploaded file type and storing image size?
Sorry, more newby FC questions!
I would like to use one file upload field to upload both PDFs and images.
The images are in the listing_images table and PDFs are in the
listing_pdfs table - both have a one-to-many relationship with listings.
How do I do this?
For listing_images, I would like to store the width and height of the
image so I can produce valid xhtml image tags. I can''t
2001 Aug 23
1
2G Maximum file size?
I have just tried to rsync a file of 2147500032 bytes (2.0000152587Gb) and
got the following error:
rsync -Wvaz /db/edwp/temp/edwp_temp_09.dbf klingon::Dest/db/edwp/temp/
building file list ... link_stat /db/edwp/temp/edwp_temp_09.dbf : Value
too large for defined data type
done
wrote 81 bytes read 40 bytes 80.67 bytes/sec
total size is 0 speedup is 0.00
Source and
2003 May 13
4
Maximum file size??
Hi there,
I'm running Redhat Linux V8.0 using ext3 file system and I'm wondering what
the maximum file size allowed is? I've got some potentially humunguous
logfiles I need to store that could likely be around 4-8GB per day and just
want to make sure I don't run into problems.
TIA!
Kevin Cavanagh
2002 Jul 17
3
Maximum File Size on Ext2/3
I need to find out what the maximum file size in an ext2/3 file system.
It appears from the definition of the ext2_inode structure that since
the i_size field is a 32 bit integer that the file would be limited by
that.
Thanks, Jason
2008 Jan 25
1
several image.plots with same axis (maximum)
Hello R freaks
I have the following problem:
I have several image plots, that need to have the same axis. i want to specify the range from 0 to a maximum value. The problem is, that the axis then only goes to the highest value of the respective plot.
E.g: this is a modified example from the help file "image.plot" z values go until 25. My maximum in plot two is set to 30, so I want the
2007 Oct 12
0
Weird problem with maximum upload speed on Windows
Witam,
I had very big problem since last Friday. I noticed that clients with Windows can''t upload faster than ~140kB/s at one connection ( ftp http). It''s quite weird because when I do exactly the same test (the same server, time, computer, client ip address, even switch and port) but on Linux upload speed is much bigger. Very interesting is that this is always something about
2006 Dec 02
1
How to Set Max File Size for Upload?
I used to use <input type="hidden" name="MAX_FILE_SIZE" value="100000"
/> in my PHP days, but it doesn''t seem to work with Rails. I always
thought MAX_FILE_SIZE was an HTML spec, but upon a little research, it
looks like it is PHP specific. Can anyone confirm?
Anyway, I want to prohibit a user from uploading large files. For
instance, the user has the
2006 Jan 23
1
Image Upload > Submit with AJAX that replace a div content with the uploaded file. Possible ?
Hello,
I just want to know if it possible to do an image upload with AJAX that
replace a div content with the uploaded file.
Well, with link_to_remote, I know how to do simple AJAX. But with a
submit button, I have no idea.
Someone have an idea ?
2005 Oct 25
1
file size limit for importing SAS file
Does anyone know if there is a file size limit for inputting a SAS data
set? The file size I am trying to import is 184 MB.
The code is:
>library("foreign")
>
> sashome<-"C:/Program Files/SAS Institute/SAS/V8"
> input.data<-read.ssd( file.path("G:/DATA/Cam/ECPATH/FIM"),"tbm_c",
+ sascmd=file.path(sashome,"sas.exe")
2023 Feb 21
1
[PATCH v2 2/6] spec: Tweak description of maximum block size
Hi Eric,
Busy days, busy times. Sorry about the insane delays here.
On Mon, Nov 14, 2022 at 04:46:51PM -0600, Eric Blake wrote:
> Commit 9f30fedb improved the spec to allow non-payload requests that
> exceed any advertised maximum block size. Take this one step further
> by permitting the server to use NBD_EOVERFLOW as a hint to the client
> when a request is oversize (while
2013 Mar 06
0
[LLVMdev] get maximum alignment size needed?
Is there a standard way to get the maximum alignment needed by any type
for the target platform? I use the TargetData class to get individual
type alignments/sizes, but I don't see a function for target maximum.
I'm just trying to pack two structures together in memory, one following
the other. The offset to the second one should be constant (not
depending on its type), thus I'd like
2019 Feb 07
0
[PATCH v7 5/5] virtio-blk: Consider virtio_max_dma_size() for maximum segment size
From: Joerg Roedel <jroedel at suse.de>
Segments can't be larger than the maximum DMA mapping size
supported on the platform. Take that into account when
setting the maximum segment size for a block device.
Reviewed-by: Konrad Rzeszutek Wilk <konrad.wilk at oracle.com>
Reviewed-by: Christoph Hellwig <hch at lst.de>
Signed-off-by: Joerg Roedel <jroedel at suse.de>
---
2011 Mar 23
1
[Bug 8036] New: rsync should refuse -B values larger than the maximum block size
https://bugzilla.samba.org/show_bug.cgi?id=8036
Summary: rsync should refuse -B values larger than the maximum
block size
Product: rsync
Version: 3.0.7
Platform: All
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P5
Component: core
AssignedTo: wayned at samba.org
2023 Mar 03
1
[PATCH v2 2/6] spec: Tweak description of maximum block size
On Tue, Feb 21, 2023 at 05:21:37PM +0200, Wouter Verhelst wrote:
> Hi Eric,
>
> Busy days, busy times. Sorry about the insane delays here.
No problem; I've been tackling other things in the meantime too, so
this extension has taken far longer than I planned for more reasons
than just slow review time.
>
> On Mon, Nov 14, 2022 at 04:46:51PM -0600, Eric Blake wrote:
> >