Tuesday, 15 April 2014

html - Uploading file ie vs firefox -


I am working on a project and I have to make the same firefox on the same website. I like the element & lt; Input type = "file" /> There is a problem with , that is what I found: Enter image details here

and with Firefox:

Enter image details here

My problem is that there is no substitute for deleting files with Firefox.

Can anyone help me? Thanks

You can use jQuery.

  $ clearButton.on ('click', function () {$ fileInput.val ('');});  

No comments:

Post a Comment