brabo-hi
05/25/2018, 10:48 PMDeactivated User
05/28/2018, 10:44 AMcall.request.queryParameters
refer to GET parameters in the URL. You won’t be able to use it if your form has method="POST"
, only if it is method="GET"
.
The multipart reading is part of the body of the response.
The multipart reading functionality is like it is so the reading happens just once without having to use too much memory.
Your question is about why call.request.queryParameters
doesn’t it work for POST? Or is it a suggestion for it to work?brabo-hi
05/28/2018, 6:36 PMDeactivated User
05/28/2018, 6:45 PMpart.name
and put them in a hashmap or process them directly in that codebrabo-hi
05/29/2018, 12:18 AMDeactivated User
05/29/2018, 2:58 AM