jquery-form / form

jQuery Form Plugin
https://jquery-form.github.io/form/
GNU Lesser General Public License v2.1
5.19k stars 2.14k forks source link

User chose multiple files and I need different files randomly uploaded to different URL #562

Closed liuatgit closed 5 years ago

liuatgit commented 5 years ago

I have a strange situation. User chose multiple files and I need different files randomly uploaded to different URL.

My question is: How to upload just one specific file ($('#files')[0].files[i]) when user chose multiple files '<input id="files" type="file" multiple="multiple" />'?

liuatgit commented 5 years ago

Never mind, it can't be done.