Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Jojo V 64 posts 166 karma points
    Nov 04, 2019 @ 09:21
    Jojo V
    1

    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.

  • Kevin Jump 2348 posts 14896 karma points MVP 8x c-trib
    Nov 04, 2019 @ 09:41
    Kevin Jump
    0

    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/)

  • Jojo V 64 posts 166 karma points
    Nov 05, 2019 @ 11:13
    Jojo V
    0

    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 :)

  • Kevin Jump 2348 posts 14896 karma points MVP 8x c-trib
    Nov 05, 2019 @ 11:23
  • Jojo V 64 posts 166 karma points
    Nov 05, 2019 @ 12:36
    Jojo V
    0

    Thank you.

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies