Anyone knows how to select multiple files in correct order in a standard windows fileopen dialog? Shift-click and control-click, i never get the correct order.
The last file ctrl-clicked seems to become the first in the resulting selected files-list, but not always.
i want to click in order: 1.jpg 2.jpg 3.jpg 4.jpg to become "1.jpg" "2.jpg" "3.jpg" "4.jpg"
same question was asked here http://bytes.com/topic/access/answers/509803-cmdialog-file-open-multiple-file-selection-order but the link mentioned is dead by now. :(
I'm using html5 multifile upload, and would like to have the items uploaded in the order the user selected them in the openfiledialog.
