D
David Abdala
Guest
It can be "workarounded" by using WEB-CONTEXT:LONG-FORM-INPUT (it's a file upload, so big size assumed). The first line is the mime boundary, with which split the data into pieces. Each piece has: form-data; name="parameter name" in the first line, an empty line, and then the value of the parameter. Is working. Thanks.
Continue reading...
Continue reading...