You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have the following question: How to preserve order of uploaded files?
I'm using AJAX upload. My goal is to either send files in order they were selected on website or get some extra information about the ordering. At first I thought I could use uploadExtraData to upload number and name as a key => value pair and the retrieve this data from $_POST, but my lack of jQuery knowledge makes this task impossible for me.
Are there any easy fixes? Possibly a JavaScript function, which inserts data about each new file?
Thank in advance
The text was updated successfully, but these errors were encountered:
I have the following question: How to preserve order of uploaded files?
I'm using AJAX upload. My goal is to either send files in order they were selected on website or get some extra information about the ordering. At first I thought I could use
uploadExtraData
to upload number and name as a key => value pair and the retrieve this data from $_POST, but my lack of jQuery knowledge makes this task impossible for me.Are there any easy fixes? Possibly a JavaScript function, which inserts data about each new file?
Thank in advance
The text was updated successfully, but these errors were encountered: