Is there anyway to send multiple imageURI’s using file transfer plugin.
fileTransfer.upload(data.img1, url, options);
This line uploads only one image to the URL, data is appended in options but I’ve multiple images and want to upload in one hit.
I want to upload several pictures to server at the same time,the native plugin provide transfer,but this plugin can only upload a file at the same time.I don’t want to call transfer.upload in while or for.
What method can upload multiple files at the same time? Thank you very much for your reply!!!