post data - how to send array
AdamS
Australia
Hi,
I have few files (photos) and I need to send them via post data as an array
I have something like this, but doesn't work
post data={"file":file_url}
the same with
post data=file[]=file_url
How to do this?
Comments
post data={"file":file_url}
encode post data=0
---
for post data=file[]=file_url I don't know what should not work here? You use %file% macro to put the content in the post-variable or a URL?