cj-upload
cj-upload copied to clipboard
Support multiple files and returning a list of states
Now uploading multiple images at once, will be merged into one request, and some servers do not support this form. In addition, sometimes we have to upload multiple pictures at the same time. So, I want to detect that when uploading multiple pictures, I divide them into multiple requests and merge them into one return result. What do you think?