• Resolved heinsman182

    (@heinsman182)


    The hidden fields wp_multi_file_uploader_[NUMBER] that are supposed to generate after the files have uploaded are not appearing in my forms. I inspect the form after a successful media upload and there are no new input fields. I also tried print_r($_POST) and the only thing the plugin is posting is [file] => with no data in it.

    https://wordpress.org/plugins/wp-multi-file-uploader/

Viewing 1 replies (of 1 total)
  • Thread Starter heinsman182

    (@heinsman182)

    Figured out what I did wrong. I had nested my <?php wp_multi_file_uploader(); ?> within a <div> within my form. The multi file upload just needs to be a direct child of the <form> element and it works!

Viewing 1 replies (of 1 total)
  • The topic ‘Hidden Fields not Generating’ is closed to new replies.