Uploading media files

Last post 12-31-2004, 11:53 AM by HalRau. 2 replies.
Sort Posts: Previous Next
  •  12-31-2004, 6:28 AM 3218

    Uploading media files

    I am trying to use the upload media file feature in version 3.0. I have set the file size to 10000K and have the media folder setup correctly off the uploads folder. When I attempt to upload a windows media file that is around 8Meg after a long pause I get a screen in the middle of the upload area that says,
    Action canceled
    Internet Explorer was unable to link to the Web page you requested. The page might be temporarily unavailable.

    Please try the following:
    • Click the refresh.gif (82 bytes)Refresh button, or try again later.
    • If you have visited this page previously and you want to view what has been stored on your computer, click File, and then click Work Offline.
    • For information about offline browsing with Internet Explorer, click the Help menu, and then click Contents and Index.

    Internet Explorer
    Any ideas?
  •  12-31-2004, 11:35 AM 3220 in reply to 3218

    Re: Uploading media files

    This is a server-related limitation. IIS6.0 prevent the upload of files more than +200Kb. So you need to make some changes in the default IIS settings first.


    The solution is here:

    IIS 6.0 (Windows 2003) has a file named metabase.xml which resides in the C:\Windows\system32\inetsrv folder. Navigate to that directory and edit the file. Search for an entry called AspMaxRequestEntityAllowed. This defaults to a value of 204800, which causes IIS 6.0 to limit allowed upload size to 204,800 bytes.

     

    Changing this value to a large number (such as 2000000000 for 2 gigabytes) will allow your Windows 2003 server to accept large uploads.

     

    If your server does not allow the Metabase Edit-While-Running feature, you will need to stop the IIS service before you can save the metabase.xml file.


    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

  •  12-31-2004, 11:53 AM 3223 in reply to 3218

    Re: Uploading media files

    Thanks Adam. I'll pass that on to our server administrator. Appreciate the prompt reply and Happy New Year to you as well!

    Btw, did you receive the e-mail I sent you before Christmas regarding the CuteEditor for ASP update for Mozilla browsers? I would like to discuss this further with you as well as if what we are doing with the CuteEditor and SQL database would work on the .net version. Depending on how difficult it would be to implement in our asp pages, that might be a better solution.

View as RSS news feed in XML