Definitive answer to uploading custom files in custom backoffice section?
Does anyone know of an example or tutorial showing how to upload custom files (not media files) in a custom section in the backoffice? Using Umbraco 8 ideally.
its a bit convoluted but you use the Upload directive combined with the ngf-file-upload module (which is included of Umbraco 8).
the repo has example code for the repository, and then some angular on the dashboard (linked to in the readme) for handling the browser side of things.
Definitive answer to uploading custom files in custom backoffice section?
Does anyone know of an example or tutorial showing how to upload custom files (not media files) in a custom section in the backoffice? Using Umbraco 8 ideally.
I can see components in the backoffice docs such as fileManager and umbFileUpload but there are no examples: https://our.umbraco.com/apidocs/v8/ui/#/api/umbraco.services.fileManager
Hi,
I have an example in this repo : https://github.com/KevinJump/DoStuffWithUmbraco/tree/master/Src/DoStuff.Core/FileUpload
its a bit convoluted but you use the Upload directive combined with the ngf-file-upload module (which is included of Umbraco 8).
the repo has example code for the repository, and then some angular on the dashboard (linked to in the readme) for handling the browser side of things.
Hi Kevin
Thank you so much, that is absolutely brilliant! Problem sorted.
Thanks!
is working on a reply...