How to send Multiple image to Api on single Call? #642
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I want to send multiple image on single Api call... Now i am doing same thing but the problem is it resquesting api for multiples time.. For example if i am selecting 2 files for upload its takes both file but is calling that api for 2 times to save that data ...
Please Help as soon as possible
I'm also curious about this - uploading multiple files results in multiple API hits.
Please Tell me Something if u get that how to send multiple image on single save button
Same as #671. It also includes a Pull #993