Maximum Upload Media File Size Issue

Last post 11-25-2008, 1:49 AM by Adam. 5 replies.
Sort Posts: Previous Next
  •  11-14-2008, 11:48 PM 45790

    Maximum Upload Media File Size Issue

    I am using CuteEditor 6.0 in ASP.NET 2.0 website.
     
    when trying to upload media files bigger than 2MB I am getting the error shown in the photo attached.
     
    I tried all the suggestions mentioned in this forum of setting <httpRunTime> but it is not affecting towards solving the issue.
     
    Please HELP
     
     
     
     
     
     
     
     
     
  •  11-15-2008, 10:21 AM 45796 in reply to 45790

    Re: Maximum Upload Media File Size Issue

    Hi basam,
     
     
     
    Please set <httpRuntime maxRequestLength="100000"/> of you web.config
     
    100000=100MB
     
     
    Regards,
     
    Ken
  •  11-15-2008, 3:02 PM 45803 in reply to 45796

    Re: Maximum Upload Media File Size Issue

    Kenneth:
    Hi basam,
     
     
     
    Please set <httpRuntime maxRequestLength="100000"/> of you web.config
     
    100000=100MB
     
     
    Regards,
     
    Ken
     
    exactly same error.
     
    If I upload file from the server machine it is uploading, but the error occures when uploading from local machine to server!
  •  11-18-2008, 2:26 AM 45903 in reply to 45803

    Re: Maximum Upload Media File Size Issue

    Hi basam,
     
    Do you use IIS6 on the Local machine? If so, please try this way:
     
    Solutions:
    1, turn off the IIS service .
    2, Open the file 'metabase.xml (windows \ system32 \ inetsrv \ )
    3, Navigate to ASPMaxRequestEntityAllowed section and modify to 10240000(10M), default: 204800, that is: 200K.
    4, save, and then restart the IIS service
     
     
    Regards,
     
    Ken
  •  11-22-2008, 2:23 PM 46165 in reply to 45903

    Re: Maximum Upload Media File Size Issue

    Kenneth:
    Hi basam,
     
    Do you use IIS6 on the Local machine? If so, please try this way:
     
    Solutions:
    1, turn off the IIS service .
    2, Open the file 'metabase.xml (windows \ system32 \ inetsrv \ )
    3, Navigate to ASPMaxRequestEntityAllowed section and modify to 10240000(10M), default: 204800, that is: 200K.
    4, save, and then restart the IIS service
     
     
    Regards,
     
    Ken
     
    Thank you for the reply
    I already did that even before submitting the post but no difference.
     
    I could solve the problem through increasing the Application Pool maximum used memory and maximum virtual memory.
     
    The Application Pool was recycling during the upload.
     
    You could give  maximum used memory a value of 64-300 MB, and maximum virtual memory a value of 1024 MB and above.
     
     
     Best Regards
     
    Basam J Kalaf
     
  •  11-25-2008, 1:49 AM 46273 in reply to 46165

    Re: Maximum Upload Media File Size Issue

    Basam,
     
    An easy solution to this issue is upgrading to version 6.2.
     
     
    Keep me posted

    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

View as RSS news feed in XML