how can I reset a blueimp jQuery fileupload plugin?
The gist: how can I reset a blueimp jQuery fileupload plugin so that it thinks no files have been uploaded already? My Scenario I have an upload form that only allows one file to be uploaded. Once that file is uploaded, it is analyzed. At this point, the user has the option to click a "cancel" button, where I reset the rest of my viewmodel. When the user clicks cancel, I would like to reset the count of files the user has uploaded, because they're essentially starting fresh. I still want the one file maximum to apply after reset. What happens currently Upload a file Click the cancel button,