Hi Nicolas,

I'm getting a weird error when invoking neko.Web.parseMultipart[1] and it 
throws an error "parse_multipart_data not implemented", I'm trying to use the 
server from nekotools...

Any thoughts?

[1] https://code.google.com/p/haxe/source/browse/trunk/std/neko/Web.hx#270


On 25 Oct 2012, at 17:18, Nicolas Cannasse wrote:

> 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)

-- 
Neko : One VM to run them all
(http://nekovm.org)

Reply via email to