📜 ⬆️ ⬇️

Clearing the file type field

This is such a strange, but REAL way :)

function clearFileInputField(Id) {
document .getElementById(Id).innerHTML = document .getElementById(Id).innerHTML;
}

* This source code was highlighted with Source Code Highlighter .


work example - designformasters.info/lab/clear-file-input/index.html (thanks to Jenek )

')

Source: https://habr.com/ru/post/65687/


All Articles