Le 25/10/2012 18:14, Simon Richardson a écrit :
Cheers for this, will get a better output message now when fails, this makes sense. But wondering why 1 << 18 and not 1 << 30 is used?
You don't want to load 1GB of data sent in memory, or else a few clients could freeze your server. So there's max post default set to 256KB in mod neko. If you want to send more than that you have to use multipart/form-data that will allow you to perform data streaming - but the values will be be part of web parameters.
Check neko.Web.parseMultipart API if you're using Haxe Best, Nicolas -- Neko : One VM to run them all (http://nekovm.org)
