Skip to content

post data - how to send array

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

  • SvenSven www.GSA-Online.de

    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?

Sign In or Register to comment.