Hi, I'm using Umbraco Forms in my project and it's pretty cool, but when I use the file upload field type , the file it's not saved on the server. I receive a url on my mail, but when I navigate to this url this is the message I got.
I also check the folder where this url is pointing, but is emty.
It would be helpful if you could tell us the version of Umbraco CMS and Umbraco Forms that you're using, as the problem may be something version-specific.
Based on what you say is happening, it sounds like it could be a permissions problem - the application might not be able to save the file into the folder if it doesn't have Modify rights.
Umbraco Forms File Upload
Hi, I'm using Umbraco Forms in my project and it's pretty cool, but when I use the file upload field type , the file it's not saved on the server. I receive a url on my mail, but when I navigate to this url this is the message I got.
I also check the folder where this url is pointing, but is emty.
Any help?
Hi Enrique,
It would be helpful if you could tell us the version of Umbraco CMS and Umbraco Forms that you're using, as the problem may be something version-specific.
You can also try searching the Umbraco Forms issue page in Github to see if anyone else has the same problem: https://github.com/umbraco/Umbraco.Forms.Issues/issues
Based on what you say is happening, it sounds like it could be a permissions problem - the application might not be able to save the file into the folder if it doesn't have Modify rights.
Maybe check your application has the correct permissions as described in this document:
https://our.umbraco.com/documentation/getting-started/setup/server-setup/permissions
Hope this helps!
Chris
is working on a reply...