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.
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.
Please provide snap. It will easy to understand your question.