I am using simple HTML form field to submit files and images.I am uploading multiple files from single input [type=file] using multiple attributes. my problem is that once I select my files from file browser it add multiple files in that input field but I need to remove some file from selected one how could I do..?
Ex:- I have selected 4 images to upload and preview it on browser but want to remove 2 images how could I do this by using javascript or Jquery.
Thanks in Advance