Can't find uploaded files
-
Great plugin – really flexible!
I’ve set up a frontend uploader form on one of my pages set to create posts and it seems to work well for the most part.
When I submit the form with a file, the custom fields and other content in the form, show in the post that is created. However, there is no trace of the file I’ve uploaded in the media library or anywhere else. The form itself seems to upload the file and I get a success message, but I can’t see the file anywhere in the post or elsewhere.
Am I doing something obviously wrong? Do you have any suggestions? Thanks!
Here is my form code:
<?php echo do_shortcode('[fu-upload-form class="abstract-form" title="Upload your Abstract" form_layout="post" suppress_default_fields="true" append_to_post="1"] [input type="text" name="post_title" id="title" class="required" description="Title"] [radio name="preferred_contribution" class="checkboxes" description="Preferred Contribution" values="Poster:poster,Oral:oral"] [input type="file" name="photo" id="ug_photo" class="required" description="Upload Abstract"] [textarea name="post_content" class="textarea" id="ug_caption" description="Comments (optional)"] [input type="submit" class="btn" value="Submit"] [/fu-upload-form]'); ?>
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Can't find uploaded files’ is closed to new replies.