Hey guys. I realize you’re busy, but I could really use your help in overcoming this final little snag. I need to get simplified file uploading happening quickly, on 3 sites. If I can just get one going, I’m all set & can purchase shareware licenses for the other 2.
I’ll even write CSS-ified examples and screenshots for you, so other people don’t bug you as much about this module!
Here’s the problem — I’m confused because I’m getting this error in the popup window instead of the uploading form.
“No field was provided to receive the link created by file upload. Please contact customer service.”
In my code on file_upload_template (which appears in a popup window), the code is as in the documentation (with my own downloads directory title, and field_name in the weblog and on the originating SAEF where it’s supposed to place the file reference).
{exp:file_upload:upload_form form_name="entryform" destination="Main Downloads Directory” field_name="document_url" return="docs/file_upload_placement" rename_duplicates="yes"}
<input type=’file’ name=’userfile’ />
<input type=’submit’ value=’Upload’ />
{/exp:file_upload:upload_form}
In my weblog, and in the original SAEF that calls the popup template with file_upload, I definitely have a field called document_url — I’ve double-checked. The SAEF form is definitely called entryform. I tried changing the field to field_id_33 (which is document_url’s actual field #), and even to ‘userfile’, but no avail. I can’t see to get around this error, and it just seems like I’m missing something simple.
Thanks again for your help!
