Hello,
RadEditor is not validating the max file upload size while uploading an image. File size is defined in the web.config
<
httpRuntime
requestValidationMode
=
"2.0"
maxRequestLength
=
"200"
executionTimeout
=
"300"
/>
Here is the code how an editor is added to the page
<
telerik:RadEditor
ID
=
"EditorrrTesstt"
runat
=
"server"
ImageManager-ViewPaths
=
"~/files"
ImageManager-UploadPaths
=
"~/files"
ImageManager-DeletePaths
=
"~/files"
></
telerik:RadEditor
>
I am adding the images to show the execution. It is a very simple page with just one editor instance.
Problem: A rad window is shown with nothing after i click the upload button!!