Viewing 6 replies - 1 through 6 (of 6 total)
  • I have a similar issue.

    The form lets me select a file, does create a post, and gives a success message on submit, but I can’t find the PDF I submitted anywhere. Using this form shortcode:

    [fu-upload-form form_layout=’post_media’]

    @lpblue: If you require assistance then, as per the Forum Welcome, please post your own topic.

    Thread Starter dennismonsewicz

    (@dennismonsewicz)

    @esmi – any ideas on my issue?

    Plugin Author Rinat

    (@rinatkhaziev)

    @lpblue: if you see success message then the file should be in media -> manage ugc

    Thread Starter dennismonsewicz

    (@dennismonsewicz)

    @rinat – my issue is happening when trying to upload an MP3 file.. even though I have enabled the mime-type via the admin panel, when I submit the form with the file, the page refreshes but has no error message

    Plugin Author Rinat

    (@rinatkhaziev)

    @dennismonsewicz – I replied to your message on github. I’m afraid I won’t be able to help unless there’s more details. Here’s the copy of my github’s response:

    Thanks for the report, could you provide any additional details (Browser, OS, server config, etc). Also, try adding
    add_filter( ‘fu_is_debug’, ‘__return_true’ );
    to your theme’s functions.php
    That should provide some debug info.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Form submits but file is no where to be found’ is closed to new replies.