We are using Rad Editor, to attach the images (ImageManager/Document Manager) is not loading any images in the image list (IE Version 11).
Allowed file types are :
Editor.DocumentManager.SearchPatterns = "*.jpg,*.gif,*.png,*.xlsx"
<radE:RadEditor ID="txtSummary" runat="server" Width="100%"> <Tools> <radE:EditorToolGroup Tag="FileManagers"> <radE:EditorTool Name="ImageManager"></radE:EditorTool> <radE:EditorTool Name="FlashManager"></radE:EditorTool> <radE:EditorTool Name="SilverlightManager"></radE:EditorTool> <radE:EditorTool Name="MediaManager"></radE:EditorTool> <radE:EditorTool Name="DocumentManager"></radE:EditorTool> <radE:EditorTool Name="TemplateManager"></radE:EditorTool> </radE:EditorToolGroup> <radE:EditorToolGroup> <radE:EditorTool Name="Bold"></radE:EditorTool> <radE:EditorTool Name="Italic"></radE:EditorTool> <radE:EditorTool Name="Underline"></radE:EditorTool> <radE:EditorSeparator></radE:EditorSeparator> <radE:EditorTool Name="ForeColor"></radE:EditorTool> <radE:EditorTool Name="BackColor"></radE:EditorTool> <radE:EditorSeparator></radE:EditorSeparator> <radE:EditorTool Name="FontName"></radE:EditorTool> <radE:EditorTool Name="RealFontSize"></radE:EditorTool></radE:EditorToolGroup></Tools><ImageManager ViewPaths="~/~/ProcedureFiles" UploadPaths="~/~/ProcedureFiles" DeletePaths="~/~/ProcedureFiles" EnableAsyncUpload="true" /><DocumentManager ViewPaths="~/ProcedureFiles/" UploadPaths="~/ProcedureFiles/" DeletePaths="~/ProcedureFiles/" EnableAsyncUpload="true" /></radE:RadEditor>Its throwing the following errors.
Unhandled exception at line 3803, column 12 in http://localhost/Library/ScriptResource.axd?d=-OwWv7kMazlnT84or3DaABf0Rx3lQ3jmA23fkYROVeBatFujmuauLIOffg5E69PMauAcYj9hBzbh8kAq-T8iFUCOAxNRVGeQUpLXW6_l01e-dFoiBsjO8w4bz4J-tvV9P7uGFxdmN_8RMMkQtTyLBrgcIC9PteUcXEfE6EKLkfB8xU_Aa_DzLhvik6qe1rYN0&t=ffffffffcc58dd65
0x800a139e - JavaScript runtime error: Sys.ArgumentUndefinedException: Value cannot be undefined.
Unhandled exception at line 267, column 1 in http://localhost/Library/ScriptResource.axd?d=LQ5Whl16UJM7jxyUHzS1jKxpZYzOZUx9VwHSufySjIRoyPSM-aLuM1VswJv4TvItpsxCHzNhr49Uktpj_AUkINu9wBkENNExNSVMWC8tkgzGcN-yIiEBIkl4fR0XtDib-kZvZ39n4s_FzcI_oOYfaSs-LxNm3Fgvy1X3Csu-GCs1&t=fffffffffaf2a061
0x800a138f - JavaScript runtime error: Unable to get property 'PageRequestManager' of undefined or null reference
Can anyone please help to resolve it !!!
