Posted by Stefan Rybacki on 08/05/05 13:42
ZeldorBlat wrote:
> You might want to look at max_execution_time in php.ini. It's the
> maximum amount of time that a script may spend executing. Could be
> timing out before the upload completes.
No. You may want to look at max_input_time. Because of file uploads are before the script
runs max_execution_time doesn't take care.
Regards
Stefan
>
> That's a fairly large file to be submitting via HTTP POST. You might
> want to consider FTP instead (if it's an option).
>
Navigation:
[Reply to this message]
|