Ok, I have solved my problem. I used ::rivet::load_response.
Regards,
George
On 30/1/2017 22:00, Georgios Petasis wrote:
Hi all,
I want to get the data POSTed from a form under firefox. The data
firefox is posting are:
|-----------------------------172781025729778|
|||Content-Disposition: form-data; name="files[]"; filename=""|
|||Content-Type: application/octet-stream|
|||||||-----------------------------172781025729778|
|||Content-Disposition: form-data; name="ajax" ||||1|
|||-----------------------------172781025729778|
|||Content-Disposition: form-data; name="paste" ||||Enter text here...|
|||-----------------------------172781025729778--|
|In rivet, I use ::rivet::upload names, which returns only "||files[]".|
|How can I handle this? Also, what will happen if the form sends the
same name multiple times?|
|Regards,|
|George
|