23 Sep
2016
23 Sep
'16
10:07 a.m.
Hi, I can't find where I would access the other entries returned by a file upload. What gets sent is -----------------------------175432198730168 Content-Disposition: form-data; name="file"; filename="base.png" Content-Type: image/png ‰PNG as base64... ---------------------------- The file is in the $file map but how can I get the Content-Type for example? %rest:POST("{$post}") %rest:form-param("file", "{$file}") Regards, Max