Unable to upload file

  •  03-24-2006, 4:54 PM

    Unable to upload file

    I'm having difficulty with uploading images.  I have ASPNET with full control on the uploads folder and set the path in the Admin, Default and Guest config files for the imagegallery.  I'm at a loss for what to do next.  The following is the error I receive:
     
    Unable to upload file.System.UnauthorizedAccessException: Access to the path [path] is denied.
    at System.IO.__Error.WinIOError(Int32 errorCode, String str)
    at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, Boolean useAsync, String msgPath, Boolean bFromProxy)
    at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access)
    At CuteEditor.Impl.FileSystemStorage.CreateFile(String dirpath, String filename, Byte[] filedata)
    at CuteEditor.Dialogs.FileBrowserPage.uploadButton_Click(object sender, EventArgs e)
     
    Thanks in advance for any help!!
     
    Mark
View Complete Thread