Home > Archive > PERL Beginners > October 2006 > How can I speed up the file uploading process ?
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
How can I speed up the file uploading process ?
|
|
|
| Hello All,
I am using a CGI file uploading script. It works fine most of the
cases, but sometimes I get errors - file does not get uploaded. Later I
noticed that files with some bigger size are getting problems in
uploading. Also uploading takes much times. Can someone let me know how
can I speed up file uploading process ? Also let me know a solution of
bigger file uploading problem.
Thanks in advance.
Rupom
| |
| usenet@DavidFilmer.com 2006-10-08, 3:58 am |
| Rupom wrote:
> I noticed that files with some bigger size are getting problems
How big is "bigger"? You may be encountering a filesize limitation
specific to your particular file system. For example, on AIX (using
the standard JFS filesystem) a file is limited to 2 GB.
--
David Filmer (http://DavidFilmer.com)
|
|
|
|
|