This should not have anything with time limit, your php script is
executed after the upload finishes, you should check max_upload_size and
max_post_size (max_upload_size < max_post_size)
Eric Wood wrote:
Even set_time_limit(0) does extend the timeout. Always a 30 second timeout.
Any other idea
I have a similar problem. I made a multiple file upload script and when the
size is too big, PHP seems to ignore it, even though the files are well
inside the max_upload_size...
Are you sure that you aren't actually entering an infinite-loop or
something? It seems odd...
I can't think of nothing
Even set_time_limit(0) does extend the timeout. Always a 30 second timeout.
Any other ideas?
thanks,
-eric wood
> I'm uploading a large file through my web page and after 30 seconds, the
> fails with an error. I bumbed the max_execution_time parameter in
> /etc/php.ini to 600 seconds and resta
3 matches
Mail list logo