This is a migrated thread and some comments may be shown as answers.

Save to Azure

1 Answer 60 Views
ImageEditor
This is a migrated thread and some comments may be shown as answers.
Shaw
Top achievements
Rank 1
Shaw asked on 31 Jul 2013, 02:21 PM
Hello,

I've uploaded files to Azure blobs using Telerik controls with the AsyncUpload control. The UploadedFile.InputStream works great with Azure's blob upload.

Is there a similar way to access the image stored in the ImageEditor control? My current idea is to save the file to the local VM and then use that stream to upload the blob.

Edit: Issue now is that the image is being saved from the ImageEditor control but it is not the edited image it is just the original - I think because I'm using a server side call.

I am using the most current version of Telerik ASP.NET controls on the most recent version of Chrome for Windows but would want the solution to work across all modern browsers (Chrome, FF, IE9+).

Thank you,

Shaw

1 Answer, 1 is accepted

Sort by
0
Vessy
Telerik team
answered on 05 Aug 2013, 10:48 AM
Hello Shaw,

When the image is used in CanvasMode (which is enabled by default) all changes made to the image are saved on the client. In order to save the edited image to a custom location, you have to make sure you are calling the save through the client-side saveImageOnServer() method.

You can find detailed information on how to save the edited image to a custom location on the following live demo: Save Image to a Custom Location

I hope this helps.

Regards,
Veselina Raykova
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to the blog feed now.
Tags
ImageEditor
Asked by
Shaw
Top achievements
Rank 1
Answers by
Vessy
Telerik team
Share this question
or