[Cppcms-users] Upload large files
Brought to you by:
artyom-beilis
|
From: Saikumar G. <sai...@gm...> - 2013-05-09 18:19:31
|
We are unable to upload large files. Small files (even multiple files) work
perfectly well.
I am trying to upload a 130MB file.
Our requirement is to upload upto 2GB of data.
1. Lighttpd is used as the webserver. There is no config settings at the
lighttpd.conf file to limit the upload size.
The line for server.max-request-size is commented out hoping the default
lighttpd limit is used ( 2GB ).
2. The size limit in cppcms is set to 2GB.
"security" : {
"multipart_form_data_limit" : "2097152"
},
3. Getting the following error in lighttpd error.log when a large file
completes upload from the client.
2013-05-09 13:40:34: (mod_fastcgi.c.3068) connection was dropped after
accept() (perhaps the fastcgi process died), write-offset: 66687
socket: unix:/tmp/hello-fcgi-socket-0
4. At the client I am using YUI uploader to upload.
Anything else I am doing wrong ?
|