Search code examples
plupload

Refresh plupload


I'm using plupload.

How do you reset the uploader after the transfer queue completes, so the user can upload more files if they want?


Solution

  • uploader.splice(); will remove all files from the queue and make uploader object ready to start over.