Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Preserve order of uploaded files (AJAX) #195

Open
ENDERFUN2 opened this issue Jun 30, 2024 · 0 comments
Open

Preserve order of uploaded files (AJAX) #195

ENDERFUN2 opened this issue Jun 30, 2024 · 0 comments

Comments

@ENDERFUN2
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant