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

image upload function not working

1 Answer 96 Views
Editor
This is a migrated thread and some comments may be shown as answers.
mww
Top achievements
Rank 1
mww asked on 01 Oct 2009, 03:57 PM
ive been following this example

http://demos.telerik.com/aspnet-ajax/editor/examples/filemanagers/defaultcs.aspx

ive copied the code directly into my app and have it working except for the image upload function.  In the online demo, clicking the upload button brings up another window that allows images to be uploaded to the specified directory.  Using the exact same code in my app, clicking the upload button does nothing, the upload screen does not appera.  Is there something else im missing ?


1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 06 Oct 2009, 12:18 PM
Hi,

Please, make sure the you the UploadPaths property is also set, e.g.

 <radE:RadEditor id="RadEditor1" Editable="true" Runat="server" 
    ImagesPaths="~/Editor/Img/UserDir/Marketing,~/Editor/Img/UserDir/PublicRelations"
    UploadImagesPaths="
~/Editor/Img/UserDir/Marketing,~/Editor/Img/UserDir/PublicRelations"
    DeleteImagesPaths
="~/Editor/Img/UserDir/Marketing,~/Editor/Img/UserDir/PublicRelations"
 ></radE:RadEditor>

You can find more information in this KB article: Uploading images to the server (upload tab is disabled).

Best regards,
Rumen
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
Editor
Asked by
mww
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Share this question
or