How to clear a file input using jQuery?

var input = $("#control");
function something_happens() {
input.replaceWith(input.val('').clone(true));
};
Tags: How to clear a file input using jQuery
by Subbu · Published March 15, 2013 · Last modified May 3, 2013
by Subbu · Published August 21, 2013
by Subbu · Published April 24, 2013
More