
Hi All
I have found just 2 forms that use this type of control and both of them use ImageAnnotatorController class to upload files into preview.
that means a file should be already exited, for example, DocuView or VendorInvoiceDocumentAttachmentStaging tables.
Is there an option to manage this control to upload images just send the memory stream into the control without saving it somewhere in the database?
Hi Ruslan7,
Did you learn about File upload control:
docs.microsoft.com/.../file-upload-control
You could use FileUploadTemporaryStorageResult class to stores uploaded files to the temporary blob storage.
What do you mean by "upload images just send the memory stream into the control without saving it somewhere in the database", what do you want to reach? Could you provide more details about your business needs.