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 else right now. I know it's not much, but let us
know...

Cheers,

Daniel Silva


"Eric Wood" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> 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 restarted apache.  Still errors at 30
> > seconds.  I added set_time_limit(600); to various place in my file
upload
> > handling script... still errors at 30 seconds.
> >
> > Is this just a good 'ol bug in my Redhat 7.3 version of PHP?:
> >
> > $ rpm -q php
> > php-4.1.2-7.3.6
>



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to