Error: File Upload is currently unavailable

Last post 11-20-2005 9:50 PM by servantez. 3 replies.

Sort Posts:

  • Error: File Upload is currently unavailable

    11-19-2005, 4:02 PM
    • Member
      40 point Member
    • nstickney
    • Member since 08-18-2005, 6:34 PM
    • Posts 8
    Greetz,
    When  trying to upload my SKIN.zip file getting the following error. Has anyone else seen this error?


    Error: File Upload is currently unavailable.
    DotNetNuke.Services.Exceptions.ModuleLoadException: Access to the path "C:\Inetpub\reverseauctions\Portals\_default\Skins\DNN-STUDIO" is denied. ---> System.UnauthorizedAccessException: Access to the path "C:\Inetpub\reverseauctions\Portals\_default\Skins\DNN-STUDIO" is denied. at System.IO.__Error.WinIOError(Int32 errorCode, String str) at System.IO.Directory.InternalCreateDirectory(String fullPath, String path) at System.IO.Directory.CreateDirectory(String path) at DotNetNuke.UI.Skins.SkinController.UploadSkin(String RootPath, String SkinRoot, String SkinName, Stream objInputStream) at DotNetNuke.Modules.Admin.FileSystem.WebUpload.cmdUpload_Click(Object sender, EventArgs e) --- End of inner exception stack trace ---
  • Re: Error: File Upload is currently unavailable

    11-19-2005, 11:44 PM
    • Member
      40 point Member
    • servantez
    • Member since 06-06-2003, 5:32 AM
    • Austin
    • Posts 8

    Modify your web.config file to have this line

       <!-- allow large file uploads -->
        <httpRuntime useFullyQualifiedRedirectUrl="true" maxRequestLength="8192" requestLengthDiskThreshold="8192"/>

    The last part is missing from dnn 4.0 install

  • Re: Error: File Upload is currently unavailable

    11-20-2005, 5:20 PM
    • Member
      40 point Member
    • nstickney
    • Member since 08-18-2005, 6:34 PM
    • Posts 8
    Great, Thank-you. However which node in the Web.config file do I place this element in?
  • Re: Error: File Upload is currently unavailable

    11-20-2005, 9:50 PM
    • Member
      40 point Member
    • servantez
    • Member since 06-06-2003, 5:32 AM
    • Austin
    • Posts 8

    You will see the following comment in the web config
    <!-- allow large file uploads -->
    modify the line right below it

    -Servantez

Page 1 of 1 (4 items)