Posted by Guillaume ALLEON on 08/09/05 22:12
Stefan Rybacki a écrit :
> 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.
>
Well I put parameters ten times larger than previously and I still have
the file partially transfered. Any hint to trace the problem ?
Thanks
Guillaume
>
> 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).
>>
[Back to original message]
|