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

Azure Virtual Path

2 Answers 74 Views
ImageEditor
This is a migrated thread and some comments may be shown as answers.
eran
Top achievements
Rank 1
eran asked on 01 Aug 2011, 04:58 PM
Hi Telerik,

Recently I'm developing a ASP.NET website on window azure and i happen to use radImageEditor. I have a photo that store on the container that i hosted on Window Azure. 

http://histromon.blob.core.windows.net/landmarkimage/Koala.jpg

But when i set the imageurl of radImageEditor. it gave me an error of invalid virtual path. Any way i can solve it ?

Regards,
ER AN

2 Answers, 1 is accepted

Sort by
0
Kevin
Top achievements
Rank 2
answered on 03 Aug 2011, 01:34 PM
Hello Eran,

I don't believe you can pass a url to the ImageEditor control, as I doubt it will download the file. The file needs to exist locally on the server in order for it to manipulate it.
0
Dobromir
Telerik team
answered on 04 Aug 2011, 10:40 AM
Hi Kevin,

In order to load image located located on an Azure Blob you can use RadImageEditor's ImageLoading event to retrieve the image as stream and load it manually inside the control. I believe the following forum thread will be of help solving this case:
http://www.telerik.com/community/forums/aspnet-ajax/image-editor/combine-imageeditor-control-with.aspx

Kind regards,
Dobromir
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

Tags
ImageEditor
Asked by
eran
Top achievements
Rank 1
Answers by
Kevin
Top achievements
Rank 2
Dobromir
Telerik team
Share this question
or