innostudio / fileuploader

Beautiful and powerful HTML file uploading tool. A jQuery, PHP and Node.js plugin that transforms the standard input into a revolutionary and fancy field on your page.
141 stars 25 forks source link

delete doesn't work properly. #11

Closed barrierwings-jay closed 7 years ago

barrierwings-jay commented 7 years ago

Env : Chrome 59

I understood this one would delete file not only in HTML view but also file in filelist.

for example, you choose three files and delete one of them. When you submit your form, It should send two Files. But It sends three Files which you select in the first place.

I understood that has filelist type and It is kind of read-only and hard to manipulate. I was figuring out how to make delete function in my file list. I found this package. but It didn't work.

abhishekejam commented 7 years ago

Same issue here

innostudio commented 7 years ago

@barrierwings-jay @abhishekejam the Fileuploader is not able to remove or to add something to <input type="file">. Fileuploader is creating a <input type="hidden"> element where you can find the current list of files.