I'm currently using version 1.1.13.2 of Contour and when I'm using the upload field to be able to have files attached to the form submission it's not really working.
There is no usefull information in the umbracoLog table or in the log files.
In the web.config maxRequestLength is set to 1048576 so that's not the issue either.
When the form has been submitted I can't see the file in the "Entires" overview. I have checked /umbraco/plugins/umbracoContour/ folder and the "files" folder is empty.
Am I missing some configuration of Contour somewhere? Any clues, tips and hints are appreciated.
Upload file not working
Hi guys
I'm currently using version 1.1.13.2 of Contour and when I'm using the upload field to be able to have files attached to the form submission it's not really working.
There is no usefull information in the umbracoLog table or in the log files.
In the web.config maxRequestLength is set to 1048576 so that's not the issue either.
When the form has been submitted I can't see the file in the "Entires" overview. I have checked /umbraco/plugins/umbracoContour/ folder and the "files" folder is empty.
Am I missing some configuration of Contour somewhere? Any clues, tips and hints are appreciated.
Cheers,
Jan
Comment author was deleted
It should just work out of the box, no extra config
How does the form tag look on your template?
Doh!
I totally missed the enctype attribute on the <form runat="server"> tag.
Now it looks like this <form id="Form1" runat="server" enctype="multipart/form-data"> and it works!
Thanks for the hint Tim :)
/Jan
Comment author was deleted
Great :) but strange that you need that I remember that it also worked without...
is working on a reply...