Hi there
Trying to implement the upload feature.
Created a directory called ‘contact_form’ with 777 permissions. When publishing I can upload files to the directory.
When trying to upload a file using freeform I get the message ‘The file upload destination provided does not exist.’
In the form I have:
{exp:freeform:form notify="x@x.com" file_upload="contact_form"}
<p>Name<br />
<input type="text" name="name" value="" />
</p>
<p>Email<br />
<input type="text" name="email" value="" />
</p>
<p>Question<br />
<textarea name="question" /></textarea>
</p>
<p>upload<br />
<input type="file" name="file1" />
</p>
<p>
<input type="submit" name="submit" value="submit" />
</p>
{/exp:freeform:form}
host is fasthosts (I know...)
Server Path to Upload Directory: /home/fhlinux153/b/domain.co.uk/user/htdocs/form_uploads/contact_form/
Url upload directory: http://www.domain.co.uk/form_uploads/contact_form/
Can anyone shed some light on this?
TIA
Dave
