I'm building a custom section in my Umbraco 7.3.7 and I struggle with implementing file upload. I need a simple single file upload functionality, but I can't find any angular upload libraries which would still work with AngularJS 1.1.5. The ancient version that Umbraco uses starting to become a big problem.
Has someone implemented file upload recently? Can anyone help or advice something?
In Umbraco 7, the propertyEditors is made with AngularJs, but if you navigate to your Umbraco installation. \Umbraco\Views\propertyeditors\fileupload, you will find the markup for the fileupload.
And in the \Umbraco\Js\umbraco.controllers.js you will find the angular code for the fileupload property. It starts at line 4072
Uploading a file in my Umbraco 7 custom section
Hey guys,
I'm building a custom section in my Umbraco 7.3.7 and I struggle with implementing file upload. I need a simple single file upload functionality, but I can't find any angular upload libraries which would still work with AngularJS 1.1.5. The ancient version that Umbraco uses starting to become a big problem.
Has someone implemented file upload recently? Can anyone help or advice something?
Thanks!
In Umbraco 7, the propertyEditors is made with AngularJs, but if you navigate to your Umbraco installation. \Umbraco\Views\propertyeditors\fileupload, you will find the markup for the fileupload.
And in the \Umbraco\Js\umbraco.controllers.js you will find the angular code for the fileupload property. It starts at line 4072
If someone still struggles with this, I have just got it working:-) My receipe is here.
is working on a reply...