JavaScriptでファイル入力の値をnullに設定する方法 方法1: input要素のvalueプロパティをnullに設定する方法document.getElementById("fileInput").value = null;>>More