We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

RichTextEditor and upload pictures issue

Hello , i try to upload pictures in a richTextBox , i have follow the documentation and have specified the destination folder , assigned rights , added the httpmodule in the web.config.
But nothing is uploaded. is there a way to trace or catch exception?

RichTextEditorFR.UploadImagesPath = "..";
RichTextEditorFR.UploadImagesPath = "/Images/Upload/";

maybe due to the web.config structure :(framework 3.5)

i hate to be block by small things :) i spend a lot of time on something that should not require time

thanks for your help !





web.config_edd09ba5.zip

2 Replies

AF Alban FAVEROT December 17, 2009 08:04 AM UTC

it works with the full path

RichTextEditorFR.UploadImagesPath = Server.MapPath("/Images/Upload/");

documentation is not correct.


LK Lakxman Kumar C Syncfusion Team December 17, 2009 11:35 AM UTC

Hi Alban,

Thank you for your interest in Syncfusion Products.

I'm afraid that I'm not able to reproduce the issue reported by you. The UploadImages path can be given in this way "Images/Upload/". Kindly note that there is no "/" before "Images" in the path. The Upload path can also be provided using Server.MapPath("Images/Upload/"). Try these and please let me know if this helps.

Regards,
Lakxman Kumar C

Loader.
Live Chat Icon For mobile
Up arrow icon