Hi,
I'm using the RadEditor control to allow users to create emails on our website. The website is posted on a webserver, however I want the users to be able to upload images from their own pc's is this possible to do.
My settings are
<telerik:RadEditor ID="RadEditor1" runat="server">
<ImageManager UploadPaths="~\images" ViewPaths="~\images" />
<Content>
</Content>
</telerik:RadEditor>
Regards
Robert Smith
I'm using the RadEditor control to allow users to create emails on our website. The website is posted on a webserver, however I want the users to be able to upload images from their own pc's is this possible to do.
My settings are
<telerik:RadEditor ID="RadEditor1" runat="server">
<ImageManager UploadPaths="~\images" ViewPaths="~\images" />
<Content>
</Content>
</telerik:RadEditor>
Regards
Robert Smith