Skip to content

Instantly share code, notes, and snippets.

@detj
Created August 7, 2013 17:10
Show Gist options
  • Save detj/6176157 to your computer and use it in GitHub Desktop.
Save detj/6176157 to your computer and use it in GitHub Desktop.
Unset a selected file from <input type="file>
$("#file").replaceWith($("#file").clone());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment