Search code examples
jqueryfile-uploadresetmultifile-uploader

jQuery MultiFile - how to clear / reset?


I'm using the jQuery multi-file upload plugin found here:
http://www.fyneworks.com/jquery/multiple-file-upload/

I don't see in any of the examples though a way to "reset" the file-picker, clearing out any currently selected items.

Any one know how to do this? Thanks!


Solution

  • For anyone interested, I uploaded my multi-file here. I wound up rolling my own, because I could not get this plug-in to work.

    I had to cull a lot out of the file that was specific to the client, but the important stuff for the file upload should all be there. I did NOT include the upload library for parsing the form submission, just the client code for creating a multi-file upload UI, for what it is. It's all provided as is.

    Hope it may help somebody!