5 Aug
2011
5 Aug
'11
9:38 a.m.
On Friday 05 August 2011 03:42:20 halayudha wrote:
hi,
i have problem to upload file using HTTP PUT with large file 800MB.
800MB via a HTTP PUT? That seems... over the top. Personally, I'd look at better upload mechanisms, like a protocol designed for transferring files (SFTP, SCP, et al) I suspect that Richard is correct, it's likely exhausting memory on the server because of the whole HTTP request body being kept in RAM. Cheers Dave P -- David Precious <davidp@preshweb.co.uk> (bigpresh) http://www.preshweb.co.uk/ "Programming is like sex. One mistake and you have to support it for the rest of your life". (Michael Sinz)