[Dancer-users] http put to upload large file
David Precious
davidp at preshweb.co.uk
Fri Aug 5 11:38:02 CEST 2011
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 at 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)
More information about the Dancer-users
mailing list