Posted by The Natural Philosopher on 01/21/08 23:01
sdastouri@gmail.com wrote:
> Hi Guys,
> I need some help.
> I am using php_move_file to upload some files to the server. I want to
> be able to support large files. But the Apache settings is that after
> 90 sec. the connections resets.
Are you sure?
Generally timeoutsarefor'no data being sent/recieved' not 'data in
progres' as it were.
I have sent accidentally a 60MB file that took 15 minutes to
complete..but complete it did..
This becomes a problem with large
> files (slow links). Is there anyway to write a script that would
> refresh in the background.
>
> Also is there a way to upload a files in increments? So using
> $_FILE['size] we get the size of the file. and then upload the first
> 1MB then refresh, then 2nd 1mb and so on.
>
> Thanks
>
> Sean
[Back to original message]
|