Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi,
I would like create custom Content App in C#. I found this article in documentation https://our.umbraco.com/Documentation/Extending/Content-Apps/ but example in C# has mistakes and weak information about c# controller.
Would be anyone help me with starting create custom content app in c#?
Short description app: Custom content app will be for upload csv files => parse files => save data to media attributes.
Thanks.
Hi Jojo,
I have an example of a content app here : https://our.umbraco.com/forum/using-umbraco-and-getting-started/99827-content-app-c-umb-8 (updated link: https://github.com/KevinJump/DoStuffWithUmbraco/tree/master/Src/DoStuff.Core/ContentApi)
Although it would be good to know what you bit of the c# in the docs is wrong (i haven't gone through it, so not sure myself).
In terms of your app, file upload can be a funky thing to get your head around, in Umbraco: example of that here https://github.com/KevinJump/DoStuffWithUmbraco/tree/master/Src/DoStuff.Core/FileUpload - this has the javascript and c# elements to upload a file to a given folder.
for CSV parsing, I've used CsvHelper in the past, handles all the little things very well. (https://joshclose.github.io/CsvHelper/)
Hi Kevin,
this link you posted points to my topic (you may be copying the wrong link). :)
There is an incorrect section of example C # ... syntax error, undefined variable, undefined file location (directory / structure) in documentation.
Thank you for FileUpload and CsvHelper :)
yes - bad cut and paste
Example of Content App here.
https://github.com/KevinJump/DoStuffWithUmbraco/tree/master/Src/DoStuff.Core/ContentApp
Thank you.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Content App C# UMB 8
Hi,
I would like create custom Content App in C#. I found this article in documentation https://our.umbraco.com/Documentation/Extending/Content-Apps/ but example in C# has mistakes and weak information about c# controller.
Would be anyone help me with starting create custom content app in c#?
Short description app: Custom content app will be for upload csv files => parse files => save data to media attributes.
Thanks.
Hi Jojo,
I have an example of a content app here :
https://our.umbraco.com/forum/using-umbraco-and-getting-started/99827-content-app-c-umb-8(updated link: https://github.com/KevinJump/DoStuffWithUmbraco/tree/master/Src/DoStuff.Core/ContentApi)Although it would be good to know what you bit of the c# in the docs is wrong (i haven't gone through it, so not sure myself).
In terms of your app, file upload can be a funky thing to get your head around, in Umbraco: example of that here https://github.com/KevinJump/DoStuffWithUmbraco/tree/master/Src/DoStuff.Core/FileUpload - this has the javascript and c# elements to upload a file to a given folder.
for CSV parsing, I've used CsvHelper in the past, handles all the little things very well. (https://joshclose.github.io/CsvHelper/)
Hi Kevin,
this link you posted points to my topic (you may be copying the wrong link). :)
There is an incorrect section of example C # ... syntax error, undefined variable, undefined file location (directory / structure) in documentation.
Thank you for FileUpload and CsvHelper :)
yes - bad cut and paste
Example of Content App here.
https://github.com/KevinJump/DoStuffWithUmbraco/tree/master/Src/DoStuff.Core/ContentApp
Thank you.
is working on a reply...