Hi,
I need to pick images in my application and the File Explorer Demo shows exactly what I need.
There's just one problem, my images is on a different domain!
Can the File Explorer grab directories and files through for example a web service?
Or is there some other way to get my images?
/Mattias
1 Answer, 1 is accepted
0
Lini
Telerik team
answered on 20 Feb 2009, 03:48 PM
Hi Mattias,
The default content provider of the File Explorer control works only with the current web application. However, you can write your own content provider and get the files from a database, web service, etc. The content provider model is the same as the one in our RadEditor control. You can see an online example of a custom provider here - http://demos.telerik.com/aspnet-ajax/editor/examples/dbfilebrowsercontentprovider/defaultcs.aspx
The above example is using a special handler (Handler.ashx) to stream the images in the client browser.