sys.io.Process with cURL : limitation with param length?

Hello,

Is there any know limitation for param length with sys.io.Process ?

I’m trying to make a call to an API thru cURL ( invoked by sys.io.Process ) and it looks like a param is trimmed.

The purpose of this is to upload a file via a REST API, so I got a very long param which is a base64 encode of the file’s content …

If I perform the call manually from bash it works perfectly, but sys.io.Process returns null when triggered from Haxe/Neko.

ok … give it up … problem solved