I'm currently trying to extend the functionality of a 2sxc App in DNN. I created a new content-type and added my custom input-type (image cropper with cropper.js) as explained in this Tutorial: How To Create Custom Input Fields (v11.2)
And the Data is currently stored as a base64 string.
The last thing that is missing now, is to save the cropped image, if possible with 2sxc ADAM. I found this Tutorial: Recipe: Form Files SaveInADAM in Your Custom WebAPI, but I don't know where to put the cshtml file. Here is my current code:
How to save the image with 2sxc ADAM?