1

I have a file input like

 <input type="file" value="" name="upload[]" multiple>

Example: When i select 3 file from my computer. Is there a way to remove a special file of 3 file by click a button without browse again? IS that possible?

enter image description here to enter image description here

Edit
Here is my code

http://jsfiddle.net/KzeT6/

DeLe
  • 2,442
  • 19
  • 88
  • 133
  • 1
    Already asked http://stackoverflow.com/questions/7099573/is-it-possible-to-remove-individual-values-from-an-file-input-multiple-element – mguimard Aug 12 '13 at 08:30
  • @mguimard I just read the best answer in that question but i don't understand :(. Please see my edit (add code) – DeLe Aug 12 '13 at 09:05
  • You cannot directly change the input file list. You can however use javascript libraries to handle this for you, here are some demos ... http://blog.insicdesigns.com/2010/02/10-best-ajax-file-uploader-for-your-web-application/ – mguimard Aug 12 '13 at 09:30

0 Answers0