Issue: uploading .pdf file in Cute Editor for .NET version 5

  •  05-17-2006, 3:03 PM

    Issue: uploading .pdf file in Cute Editor for .NET version 5

    Hi Adam,

    In the security policy file (default.config, admin.config and guest.config)

    I had set the value of max file file upload size as:
    <security name="MaxDocumentFolderSize">102400</security>

    And in my program also I had set it as:
    Editor1.Setting["security:MaxDocumentSize"] = "102400";

    My issue is that when I am loading .pdf file of 10 kb it uploads successfully.
     
    But when I tried uploading .pdf file of 4542 kb it is giving me following error :

    Maximum request length exceeded.
    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack track for more information about the error and where it originated in the code.
    Exception Detail: System.Web.HttpException: Maximum requested length exceeded.

    Please help me out.
     
    Regards,
    Gurpreet.
View Complete Thread