<div dir="ltr">hi, all<div><br></div><div>i am not sure if it is a proper place for me to post.</div><div>if you are bothed, please ignore this message.<br><div><br></div><div>I am recently implementing a function that needs to be able to select and unselect images.<div>current input file is ok for select images,  and with FileReader it is very easy to show images selected.</div></div></div><div><br></div><div>But when i want to unselect and remove specific images, it becomes a lot complicated.</div><div><br></div><div>I binged (google is blocked from china currently) the web, and found the same question:</div><div><a href="http://stackoverflow.com/questions/9575877/file-upload-remove-value-from-input-box">http://stackoverflow.com/questions/9575877/file-upload-remove-value-from-input-box</a><br></div><div><br></div><div>the solution is to dynamically create hidden input to contain the files.</div><div><br></div><div>it seems ok but too complicated to do so.</div><div><br></div><div>I also checked the FileList Api, found there is no method to remove the files separately.</div><div><br></div><div><a href="https://developer.mozilla.org/en/docs/Web/API/FileList">https://developer.mozilla.org/en/docs/Web/API/FileList</a></div><div><br></div><div>as more and more ajax based web app will come up, the needs for unselect a uploading image will become more and more common.</div><div><br></div><div>so I would like to propose that web support FileList remove a file .</div><div><br></div><div>thanks.</div><div><br></div></div>