You can sort your files on the server side. Or you can just upload files one-by-one and it will be uploaded in the exact order (you don't have add next part after previous part is uploaded). Just set "parallel upload count" to 1 ...
Why exactly it "makmes your life hard"? You can get sorted links anyway ... This is just "cosmetic" issue.
What i`m trying to do is simple. Let`s say i have 100 files to upload from 1 to 100. If i add them all same time in the list it`s ok, i can just leave uploading all day. The down side is that the files will show up in the uploaded server messed up. EX: 1,2,10,27,30 Depending on what speed each file had. These makes my life so damn hard.
Is there a way to make all of those files to be uploaded from 1 to 100 in correct order? Anything? dose anyone know? (except the way to just manually put each file to uploaded when the last one finished uploading)
Thanks and have a good day! Waiting for a solution!