Upload order wrong

When uploading a sequence of images named 1-9 (file timestamps have the same sequence as the filenames), the forum uploaded them in this order:
1 4 5 6 2 3 7 9 8

This is problematic.

1 Like

Tested myself with text files. Seems to be a random order. Maybe it depends on the exact time, when the individual download is finished.

I’ll push this upstream and see if someone has an idea.

1 Like

Just guessing here, but maybe each upload is handled in a separate thread and threads run independantly from each other?

I manually sort them afterward but it is unwieldy because the text strings are so long.