Hello Nicolas,

NC> This is default security to prevent memory flooding attack against badly
NC> configurated servers.

NC> You can bypass this limit by using "multipart/form-data" encoding, but
NC> then you'll have to use multipart API for retreiving the data (see
NC> neko.Web.get/parseMultipart in haXe for example).

I see - but then I will need to parse all the parameters myself.. As
well as encode them. I had this problem when working with haxe
remoting, so switching to multi-part will including generating
multi-part stuff on the client as well..

Actually, not sure if deciding for server administrator on stuff like
upload limits is a good practice - after all, server administrator is
in charge of security, not neko - default security is ok, but I think
it should be left configurable somehow (both the limit size and
whether it is on or off).

Anyway, I will work on a patch to allow haxe remoting over multipart
later I think.

-- 
Best regards,
 Michael                            mailto:[EMAIL PROTECTED]


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

Reply via email to