40
Views
2
Comments
Solved
[Multiple File Upload] Sequential uploads
multiple-file-upload
Web icon
Forge asset by Multi Uploaders
Application Type
Traditional Web

Hello,


How to do sequential uploads?


Right now it seems to be uploaded by the speed of the upload,


the fastest uploaded file is going to be the first to be saved in the UploadCache.


Is there a way to make it so that it will upload based on "ordinal/sequence" selection of the user?


Kind Regards.

UserImage.jpg
Josef Balisalisa
Solution

Hello all,


I have fixed it now.


Attached is the oml of our version.


If you search "qqfilesequence" in the module, you will see how we solved it.


I also added a new Attribute to UploadCaches called "Order" (Integer).


If you query the UploadCache sort by Order ASC then you will get the "sequential order" in which the user selected the files.

MultipleFileUploadv17.oml
2025-04-17 05-42-16
Ajit Kurane

Please provide snap. It will easy to understand your question.

UserImage.jpg
Josef Balisalisa
Solution

Hello all,


I have fixed it now.


Attached is the oml of our version.


If you search "qqfilesequence" in the module, you will see how we solved it.


I also added a new Attribute to UploadCaches called "Order" (Integer).


If you query the UploadCache sort by Order ASC then you will get the "sequential order" in which the user selected the files.

MultipleFileUploadv17.oml
Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.