jquery-form/form

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

liuatgit opened this issue · 1 comments

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" />'?

Never mind, it can't be done.