Hi,
We have a form where people are able to upload a pdf. This works great. We also have an editing form, where they can edit their entry. However, when I try to call up the PDF file that they uploaded, I get nothing. Additionally, the file they uploaded disappears. I'm able to populate all the other fields with their previously entered data, but not the file field. I'm using the following in the editing form:
<input name="attach_file1" type="file" value="#attach_file#">
I'm not very familiar with cffile, so any "cffile for dummies" you can give me will be much appreciated.
Thank you!