I am trying to use resumable.js for my application for file uploads. It works fine and uploads the file.
Problem occurs if after a file is uploaded successfully, I try to select or drop same file again, it does not trigger the file upload(r.upload()) till i refresh the page.
Is there any way to clear file list from resumable obkect after all files are uploaded so that they can be selected again?
Also is there a way to introduce some delay(like sleep(5)) before sending another chunk to server.