I'm using ASPxHtmlEditor (version 10.2.8.0). When I upload file (larger than maxRequestLength that was set in web.config) using the Insert Image of the editor, the dialog box for Insert Image hangs (just continue to Load, doing nothing).
I was able to catch Maximum Request Length Exceeded error when using the asp:FileUpload control in the Global.asax's Application_BeginRequest event. Unfortunately for the ASPxHtmlEditor using the scenario above, the event was not fired.
How can we handle this scenario? Thanks