1
Manipulate uploaded content
Question asked by SZL - 6/21/2022 at 4:09 AM
Unanswered
Hello,

I would like create thumbnail images after the user uploads an image with the FileUltimate control.
I use AzureBlob location.

First I subscribe to the Uploaded event, but the FileManagerUploadedEventArgs not contains the uploaded file byte array. The UploadLocation folder is not found on my computer: e.Queue.UploadLocation (value: {~/App_Data/Uploads} not exists)

So can I access to the uploaded file content in any entry point or event to create the thumbnail image and save to the same location with different name?

Thank you!

BR, SZL

Reply to Thread