Topic: Changing upload order on demand
When a user has selected multiple files, is it possible for him/her to change the order of the upload queue?
An example of the file list:
File A
File B
File C
This would result for file A to be send to the server at first.
Is it possible for the user to programmatically change this order, after already having selected the files, to eg.:
File C
File A
File B
Causing file C to be the first to arrive at the server?
Any feedback is appreciated. Thanks.
- Tom
UPDATE:
I now realize that this is only possible with Flash / Silverlight. I will create a feature request, as this would be an awesome feature to have for these two runtimes.