How to change html input multiple value
I have a html input field like this:
<input name="files[]" id="files" type="file" style="display: none;"
onchange="saveFile();" multiple="true" />
How can i change multiple's value to "false" using javascript?
No comments:
Post a Comment