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

[Solved] ImageManager no folders appear

3 Answers 147 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Waseem Sarwar
Top achievements
Rank 1
Waseem Sarwar asked on 02 Apr 2008, 10:17 AM
I have tried everything to get my images to appear in the imageviewer dialog.
It just opens without any files or folders showing.
I have tried every combination for viewpaths.

My structure is simple

App_data
App_GlobalResources
Admin
Bin
Images

My editor is in
Admin\default.aspx

My viewpaths is ~\Images

Nothing shows up - driving me mad!

3 Answers, 1 is accepted

Sort by
0
George
Telerik team
answered on 02 Apr 2008, 02:25 PM
Hi Waseem,

The correct Web path have to use "/" not "\".

For example: 
"~/MyImagesFolders/MyFolder1/ImagesPack1/"

Here is the correct editor's ImageManager-ViewPaths declaration:
ImageManager-ViewPaths="~/Images"

I hope this helps.

Best regards,
George
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Waseem Sarwar
Top achievements
Rank 1
answered on 02 Apr 2008, 03:52 PM
Sorry that is what I have tried

ImageManager-ViewPaths

="~/Images"

I have also tried 

<
ImageManager ViewPaths="~/Images" UploadPaths="~/Images/New" DeletePaths="~/Images/New" />

I have also tried the code-behind approach

It doesn't work.
My project is VS2008

I have just created a new project in 2005 and it works!

Thanks

0
Accepted
Rumen
Telerik team
answered on 02 Apr 2008, 04:09 PM
Hi Waseem,

Could you please upgrade your project to the latest "Futures build" of RadControls "Prometheus" Telerik.Web.UI_2008_1_325_dev_hotfix.zip? You can download it from the My Licenses -> My Purchases -> RadControls Prometheus -> Downloads section under your Client.net account.

This build fixes a problem that applies to the editor's File Upload Managers.

If the problem still persists, please open a support ticket and send a sample running project that demonstrates the problem in VS2008. We will examine your code and settings and try to provide a solution soon.

Best regards,
Rumen
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Editor
Asked by
Waseem Sarwar
Top achievements
Rank 1
Answers by
George
Telerik team
Waseem Sarwar
Top achievements
Rank 1
Rumen
Telerik team
Share this question
or