Skip to content

Instantly share code, notes, and snippets.

@jefo
Created December 17, 2014 11:42
Show Gist options
  • Save jefo/f329a449cb835b66ed3f to your computer and use it in GitHub Desktop.
Save jefo/f329a449cb835b66ed3f to your computer and use it in GitHub Desktop.
Clearing input with file type
function clearFileInputField(Id) {
document.getElementById(Id).innerHTML = document.getElementById(Id).innerHTML;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment