I have a situation where I am dynamically creating directories on my web site to allow clients to upload files. 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. However, when I create the directory manually, I am able to upload with no problems. Naturally, this would indicate a directory permissions problem, but when I look at the permissions in both cases, they match exactly.
Does anyone have any idea what might be happening here???? Thanks.