On 8/8/08, Luke <tinmachin3@xxxxxxxxxxxxxx> wrote: > Is a 1.9 gb file upload even sustainable on even a fairly small scale web > application? Maybe you could implement FTP if you trust the people that want > to upload the file. This is why I am pushing for people to use PUT. Still over HTTP, uploaders can be coded to be 'smart' and resume, re-transmit on failure, etc. It does however require applet (java, flash, etc) or thick client support on the client, and a server that understands the DAV request. I have it working in nginx right now. Need to test large files and watch PHP's memory consumption, since I am spoonfeeding the file to PHP. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php