We are preparing to upgrade from Umbraco 7 to Umbraco 13 and I noticed that 13 allows 10 concurrent uploads when dragging files into the Media section of the backoffice. The unfortunate result of this is that the files finish uploading in an undetermined order, and that dictates the file order within the folder, even if the files were listed in alphabetical/numerical order in the uploader.
I assume there's nothing that can be done to ensure the correct ordering beyond the order that each upload completes, so my question is whether there's a way to limit the number of concurrent uploads to 1 so that it only starts the next file after the previous one finishes?
I realize that we can re-sort the files after the fact and easily sort them by filename, but our use case has us uploading thousands of folders containing hundreds of images each, and so re-sorting each folder after it finishes uploading would be a daunting task.
Concurrent Uploads
We are preparing to upgrade from Umbraco 7 to Umbraco 13 and I noticed that 13 allows 10 concurrent uploads when dragging files into the Media section of the backoffice. The unfortunate result of this is that the files finish uploading in an undetermined order, and that dictates the file order within the folder, even if the files were listed in alphabetical/numerical order in the uploader.
I assume there's nothing that can be done to ensure the correct ordering beyond the order that each upload completes, so my question is whether there's a way to limit the number of concurrent uploads to 1 so that it only starts the next file after the previous one finishes?
I realize that we can re-sort the files after the fact and easily sort them by filename, but our use case has us uploading thousands of folders containing hundreds of images each, and so re-sorting each folder after it finishes uploading would be a daunting task.
is working on a reply...