ファイルタイプフィールドのクリア

ここにそのような奇妙だがアクティブな方法があります:)

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

* This source code was highlighted with Source Code Highlighter .


作業例-designformasters.info/lab/clear-file-input/index.html(Jenekに感謝)


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


All Articles