In the product I develop I need the possibility to append files to the queue. How do I best handle this requirement? It seems that everytime a user selects file(s) the queue is deleted. Is there any option to keep the current queue?
The queue is not deleted unless you call cancel on all the queued files. It could be that you have based your code on a demo that cancels the queue. Check your button event handlers and your SWFUpload event handlers for something like that.
Not deleted
The queue is not deleted unless you call cancel on all the queued files. It could be that you have based your code on a demo that cancels the queue. Check your button event handlers and your SWFUpload event handlers for something like that.
The default behavior is to append to the queue