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?