How do I get my file to upload. Once the browse button is pushed, I can attach any type of file - as I set the field to fileupload=* in the required form box for ChronoForm - but when I hit the submit button, to send the form - I get the form - but no attachment?
I've gone through all the fields and everything look fine.
Any ideas?
Send me a Private Message, or email and I can provide web site link.
Thank you in advance.
Hi ksorman,
I thank that * has been disallowed as it opened up too many security risks (and yes, the info is out of date) :-(
Try setting a specific file type or types and see if that works.
Bob
Yes, thank you Bob - I already tried that, to specify
fileupload=jpg|gif|pdf|doc = but still I didn't receive the email attachement - so that did not work.... I then tried the fileupload=* but that didn't work either....:(
Any other ideas?
This info was in the FAQ's.
It may be of help
---------------
Check that you have put enctype='multipart/form-data' in the Form tag attachment field on the General tab.
Check that you have entries in all four fields on the File Uploads tab (no blanks).
Check that you have a form input with type='file' and that the name of the field matches the entry on the File Uploads tab Field Names field
---------------
Hi ksorman,
OK, please have a look at the FAQ post from intrigue as that covers the most common problems. If they don't fix it then you can e-mail me a website link to info at greyhead.net.
Bob
Thank you Bob, I have just sent you a e-mail. I hope you can help.