html-forms
html-forms copied to clipboard
Multi-file upload
Can we add the possibility to upload multiple files at once.
https://wordpress.org/support/topic/the-form-dont-save-the-image-upload/
Hi, would be possible upload multiple images?
Thanks
I'm desperate for this feature.
A working workaround is to create separate fields, the thing not working is uploading multiple files into a single field.
<p>
<label for="my-form-PICTURE">Picture</label>
<input type="file" name="PICTURE" id="my-form-PICTURE" >
</p>
<p>
<label for="my-form-ANOTHER_PICTURE">Another picture</label>
<input type="file" name="ANOTHER_PICTURE" id="my-form-ANOTHER_PICTURE">
</p>