Hi,
I am able to create new entries in my channel via the external form; however, when I select a file to upload via the form, it silently fails to upload.
{exp:channel:form channel="suggested_content" return="suggestions/thanks" }
...
<input type=“file” name=“suggested_image” />
— I can upload directly to the channel within the Control Panel Content/Publis/Edith to the correct directory.
—The member group logged into the external form has upload rights to the upload directory
What else should I check?
UPDATE:
This solution was to to use the tag {field:suggested_image}, then look at the generated form code in order to reconstruct with the correct names and values:
<input type=“file” data-directory=“12” name=“suggested_image”>
<input type=“hidden” value=“12” name=“suggested_image_directory”>