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

UploadPath and deletepath on codebehind not working

1 Answer 48 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Syed Furqan
Top achievements
Rank 1
Syed Furqan asked on 27 Jan 2011, 12:36 PM
Hi,

On my localhost I am writing

    Dim newsImagesFolderPath As String = Server.MapPath("~/temp/NewsImages/" & Domain)
    Dim newsImagesFolderVirtualPath As String = "~/temp/NewsImages/" & Domain

    If Not FolderExists(newsImagesFolderPath) Then
      FolderCreate(newsImagesFolderPath)
    End If
    uxNewsEditor.ImageManager.ViewPaths = New String() {newsImagesFolderVirtualPath}
    'uxNewsEditor.ImageManager.UploadPaths = New String() {newsImagesFolderVirtualPath}
    'uxNewsEditor.ImageManager.DeletePaths = New String() {newsImagesFolderVirtualPath}


this is working but if I am specifying UploadPaths or Deletepaths, it stops working. Any idea ?

Furqan

1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 28 Jan 2011, 02:36 PM
Hi Syed,

I tried to reproduce the problem but to no avail. You can see my test in the following video http://screencast.com/t/9e05PQDBue. What I am missing?

For your convenience I have attached my test project.


Best regards,
Rumen
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
Editor
Asked by
Syed Furqan
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Share this question
or