i used file control in a html page i want to remove the file location from control when user click on reset button.
$("#control").val("");
if i run this code he not work in Chrome but in Firefox
what i do to unselect the file who is not selected in file upload control.
how i can reset the controls without reset the whole form. are any thing exist to do this.