Using multiple individual upload boxes in one form
-
I am attempting to use two upload lines in one form like this:
[fu-upload-form form_layout="post_image" post_type="board"] [input type="file" name="photo" id="ug_photo" description="Sample Image" multiple="" class="required"] [input type="file" name="zip" id="ug_zip" description="Project ZIP" multiple="" class="required"] [input type="submit" value="Submit"] [/fu-upload-form]But it seems only the first file is uploaded. Is it possible to use this way? I need to always have the first file be the image and the second file be a zip. That is why I’m trying to use two boxes.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Using multiple individual upload boxes in one form’ is closed to new replies.