I have an issue with umbraco forms and a file upload field. The file is not saved to disk and also isn't attached to the email that is send by the default sendmail workflow (the rest of the text fields are working as expected). I've checked the checkbox for Attachments in the workflow settings.
It's an older umbraco solution (v7.7.6) with the defaultRenderingEngine setting to "WebForms" and i'm using UmbracoForms version 6.0.8.
UmbracoForms fileupload field not working
Hi,
I have an issue with umbraco forms and a file upload field. The file is not saved to disk and also isn't attached to the email that is send by the default sendmail workflow (the rest of the text fields are working as expected). I've checked the checkbox for Attachments in the workflow settings.
It's an older umbraco solution (v7.7.6) with the defaultRenderingEngine setting to "WebForms" and i'm using UmbracoForms version 6.0.8.
Can anyone help me with this issue?
Kind regards,
Erik
Hi Erik
Have you checked the logs to see if there are any errors recorded ?
I can't recall where the files are saved, but could it be permission issues on your site ?
Cheers
Nigel
Hi Nigel,
Thanks for your reply. I don't see any related errors in the logs unfortunatly. I think the files should be saved in ~/media/forms/
Erik
Anyone who can help? :)
Oke, i finally resolved this issue. I had to change my form tag (webforms) from:
to
This fixed the actual file not uploading issue. After this i got an parsing error on Dictionary
is working on a reply...