We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5baf6c commit a70fa74Copy full SHA for a70fa74
http/upload.html
@@ -554,7 +554,7 @@
554
555
<a onclick='document.getElementById("browseInput").click();'>Browse</a>
556
<a onclick='UploadFiles();'>Upload</a>
557
- <input id="browseInput" type="file" name="upl" onchange="handleFiles(this.files);" multiple />
+ <form><input id="browseInput" type="file" name="upl" onclick="this.form.reset();" onchange="handleFiles(this.files);" multiple /></form>
558
</div>
559
560
<ul id="fileList">
0 commit comments