sroze / backbone-upload-manager

An upload manager written using Backbone.js
105 stars 35 forks source link

Cannot add same file after cancelled #21

Open maxwkf opened 9 years ago

maxwkf commented 9 years ago

After added a file, then click cancel. Then add the same file again and it won't appears.

This is due to the value of input fileUploadId does not clean after each removal.