Hi all,

I'm trying to upload files to an ECM with a multipart POST HTTP request using HttpURLConnection.

It works fine if the file size is less than or equal to 524288 bytes (= 512k), and fails if the file is larger.

Is 512k an inner limitation of groovy for a POST parameter size ? Is there some workarounds ?

(The same program written in pure java has not this limitation problem.)

Thank you,
Philippe

Reply via email to