Posted by sdastouri on 01/21/08 22:08
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. 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]
|