Hi,
I have installed the submit content form and it works good! Thanks a lot that exactly what I want.
Now I have to customize this form and I want to add a upload file system.
So I have put this code into the form code
I have two problems:
- I don't know if the file was uplaod (i don't see it into my Full upload Path (writable) (and I enable the upload).
- I don't know how to display the file (an image) into the article and at a specific position into the article.
Can anybody explain me how to do that?
I have installed the submit content form and it works good! Thanks a lot that exactly what I want.
Now I have to customize this form and I want to add a upload file system.
So I have put this code into the form code
<div class="form_item"><div class="form_element cf_fileupload"><label class="cf_label" style="width: 150px;">Photo</label><input class="cf_fileinput cf_inputbox" title="" size="20" id="file_0" name="file_0" type="file" /></div><div class="cfclear"> </div></div>
I have two problems:
- I don't know if the file was uplaod (i don't see it into my Full upload Path (writable) (and I enable the upload).
- I don't know how to display the file (an image) into the article and at a specific position into the article.
Can anybody explain me how to do that?