[thelist] file upload class problems

Jeremy Weiss eccentric.one at gmail.com
Tue Sep 1 12:55:05 CDT 2009


> -----Original Message-----
> From: thelist-bounces at lists.evolt.org
[mailto:thelist-bounces at lists.evolt.org] On
> Behalf Of Nan Harbison
 
> I have created a file upload class for a school district to receive
> proposals from architects for a school renovation project. Some of the
> larger files are timing out before the file is uploaded, so it doesn't get
> uploaded, and I am wondering if there is something I can do about this?
> I have it set to give error messages if the file type is wrong, or it is
too
> large a file (but the max file size is 100 mg), but there is only an error
> from the browser, not one of my error messages, that says it has timed
out.
> 
> Could this be that the file sizes (one was 35 mg) is choking the upload?

Nan,

Have you tried increasing the value of max_execution_time in your php.ini or
.htaccess file?

-jeremy




More information about the thelist mailing list