Hi,
I want to create a table where the user can:
1- Click to edit and add a new image file using the SfUploader.
2- Click on the existing image and download it (not required to see the image preview).
The byte[] image is saved to the SQL server and not to a directory. This tutorial was used but I only got so far since it is saving to a directory and not using an API, so I couldn't use the DataSource, (https://www.syncfusion.com/forums/165430/grid-image-upload-within-grid-inline-editing).
Questions:
1- How can the API get the byte information from the SfUploader on edit/add save so it can be added to the database on HttpPut/HttpPost?
2- How can the Signature field download the image when clicked?
Please find all relevant code attached.
Thank you very much!
Attachment:
CertApproval_571b031c.zip