I would like to create a file download queue, but I can't figure it out; please help!
I currently have a listbox populated with all the files of a certain folder. If I let the user select multiple files, how can I program it so that the user receives each file separately, one after the other?
For example, the user will first receive File#1, then File#2 automatically (but only after File#1 is complete), then File#3(but only after File#2 is complete)?
This problem has been driving me crazy, thanks!!