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

Cannot get Upload/Delete to show

1 Answer 87 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Al
Top achievements
Rank 2
Al asked on 30 Jan 2012, 07:16 PM
UPDATED: My problem stems from the editor being on a secured page (not ssl, but via membership). Revised thoughts welcomed.

I am having a problem getting the Upload and Delete option to show in the RadEditor for any manager (image, document). I dumbed it down to this:
                    <telerik:RadEditor ID="RadEditor1" runat="server" Skin="WebBlue">
                        <Content>
                        </Content>
                        <ImageManager ViewPaths="~/ContentEditor/Images" DeletePaths="~/ContentEditor/Images"
                            UploadPaths="~/ContentEditor" />
                        <DocumentManager DeletePaths="~/ContentEditor/Documents" UploadPaths="~/ContentEditor/Documents"
                            ViewPaths="~/ContentEditor/Documents" />
                        <FlashManager DeletePaths="~/ContentEditor/Flash" UploadPaths="~/ContentEditor/Flash"
                            ViewPaths="~/ContentEditor/Flash" />
                        <MediaManager DeletePaths="~/ContentEditor/Media" UploadPaths="~/ContentEditor/Media"
                            ViewPaths="~/ContentEditor/Media" />
                    </telerik:RadEditor>
 I can see files fine. I can pick a file fine. I can resize the images fine. I just cannot get the Upload or Delete options to show up. The handler is in the web config, and I also added a location. I am running this locally using the built in VS web server. Some help would be great. Thanks.

1 Answer, 1 is accepted

Sort by
0
Al
Top achievements
Rank 2
answered on 30 Jan 2012, 10:23 PM
Great News... I got it working finally. I ripped everything out and rebuilt the page (had some mismatched Web.UI DLL versions too).
Tags
Editor
Asked by
Al
Top achievements
Rank 2
Answers by
Al
Top achievements
Rank 2
Share this question
or