• Resolved asynctea

    (@asynctea)


    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.

    http://ww.wp.xz.cn/extend/plugins/frontend-uploader/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter asynctea

    (@asynctea)

    I no longer need the two upload boxes to make it work. But can you tell me if two upload boxes are meant to work together or if one will override the other?

    Plugin Author Rinat

    (@rinatkhaziev)

    Currently, no. But thanks for the use case, I’ve never though about it before. I might implement it in upcoming versions.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Using multiple individual upload boxes in one form’ is closed to new replies.