When I want to upload images with the image manager, the upload path seems incorrect. Although the view- and uploadpath are set to the same directory, and I see the correct path when entering the image manager, the uploaded files are being uploaded in an different directory. They're being uploaded in the directory where the user control with the radeditor is in.
How can I fix this?
| <telerik:RadEditor id="RadEditor1" runat="server" > |
| <ImageManager UploadPaths="~/Upload/Industry/New" ViewPaths="~/Upload/Industry/New" /> |
| </telerik:RadEditor> |
Tnx.
