Search

You searched for the word(s):
< 1 second(s)
  • Unable to upload file....HELP!

    I have a situation where I am dynamically creating directories on my web site to allow clients to upload files.&nbsp; When I create the upload directories in code using System.IO.Directory.CreateDirectory(FileDir), I am unable to upload to the directory using CuteEditor's image upload utility.&nbsp; However, when I create the directory manually, I ...
    Posted to Cute Editor for .NET (Forum) by hewittf on February 17, 2006
  • Re: Unable to Upload File

    Another bit of helpful informaton (maybe)... The directory... C:\Inetpub\wwwroot\RVLMS20\LMS20\LaunchPad\Courses\RedVector\Legacy\HTML\courses\5182adda619f476a8a59a1c93f06136f &nbsp; is created at runtime in ASP.NET code using: System.IO.Directory.CreateDirectory(FileDir); &nbsp; Thanks.
    Posted to Cute Editor for .NET (Forum) by hewittf on February 1, 2006
  • Re: Unable to Upload File

    Here's the deal... When I try to upload to: C:\Inetpub\wwwroot\RVLMS20\LMS20\LaunchPad\Courses\RedVector\Legacy\HTML\courses\5182adda619f476a8a59a1c93f06136f &nbsp;it doesn't work! &nbsp;When I try to upload to: C:\Inetpub\wwwroot\RVLMS20\LMS20\LaunchPad\Courses\RedVector\Legacy\HTML\courses\test &nbsp;it works!Both directories have the same ...
    Posted to Cute Editor for .NET (Forum) by hewittf on February 1, 2006
  • Unable to Upload File

    I'm attempting to upload an image (...or pdf...or flash movie...) and continue to get a javascript alert saying ''Unable to Upload File''.&nbsp; I've granted ASPNET full control to the upload directory with no luck.&nbsp; Anyone have any ideas? &nbsp; I've also granted full control to the Anonymous user (IUSR_...) and Everyone.&nbsp; Still no ...
    Posted to Cute Editor for .NET (Forum) by hewittf on January 27, 2006