It is great upgrade for Umbraco Forms, but I have a question
How do I set up a folder location when I upload a photo or file. It goes to upload folder that does not show up in Media Section of Umbraco
The File and Image upload field types only extend Umbraco's default File Upload field type, they only add a little validation and allow only certain file types. The process of what happens with the uploaded files is all handled by Umbraco Forms itself, not our package. Therefore, I would suggest raising this in the Umbraco Forms forum general forum.
If there is no way to configure something like that directly, you can probably add a custom workflow (check Umbraco Forms documentation) that triggers after a form is submitted and allows you to execute some code of your own. In this case, that would be code to move an uploaded file to some other location.
Setting an Upload File or Image location
It is great upgrade for Umbraco Forms, but I have a question How do I set up a folder location when I upload a photo or file. It goes to upload folder that does not show up in Media Section of Umbraco
Hi Matthew,
The File and Image upload field types only extend Umbraco's default File Upload field type, they only add a little validation and allow only certain file types. The process of what happens with the uploaded files is all handled by Umbraco Forms itself, not our package. Therefore, I would suggest raising this in the Umbraco Forms forum general forum.
If there is no way to configure something like that directly, you can probably add a custom workflow (check Umbraco Forms documentation) that triggers after a form is submitted and allows you to execute some code of your own. In this case, that would be code to move an uploaded file to some other location.
Good luck!
is working on a reply...