This may be a true statement about mochiweb, but you can get around it using
chunked encoding on your upload. There is significant overhead to uploading
large amounts of data inline in the json, but using the standalone
attachment api you should be able to upload large binary objects of any
size.
On Mar 31, 2010 3:11 AM, "faust 1111" <faust451@gmail.com> wrote:
I read:
"Also note that the maximum document size is fairly limiting at 1MB
due to the hardcoded max input buffer size in mochiweb."
is it true?
|