Hi!
I’m building a small upload utility for clients to send in images along with other information about their organization.
I’m making them register first. After they register as “members” on the site, they are redirected back to the form again, but see the {if logged_in} content with the registration form.
I’m able to successfully submit the form (along with an image) as a super-admin and also logged in as another member. But my tester members aren’t able to get the file_upload portion to work correctly and see a “You are not authorized to perform this action” message when they hit submit.
Here’s the Form tag I’m using:
{exp:freeform:form form_name="global_calendar_2009" return="globalcalendar2009/thanks_response" required="company_name|image_title|country|company_name|industry|company_zone" file_upload ="Main Upload Directory"}
Here’s the Image upload input tag:
<input type="hidden" name="upload_field" value="image_upload" /> <input type="file" name="file1" id="file1" size="20" />
<span style="color:#999;">(Accepted format: JPG only. Max file size: 20MB)</span>
Screen shot included of Upload Preferences screen.
Screen shot included for Directory Info for the uploads directory (it’s set to 777).
Any ideas?
Thanks so much!
