|
Setting File Permissions for ASP.NET in Firefox -- david --
Hello to all, This is a strange error is baffling me. I have created a form that submits some text with an optional photo when the user clicks on submit. It writes the text to a seperate text file and stores the photo in an images folder. It works flawlessly in IE, I had to set folder read/write access permissions for the user accounts but thats about it. However, when I run the same form in Firefox I get an error that says "Access to the Path "C:\ Thanks in advance for the help. |
|
-- davidj --
If I were troubleshooting this, the next thing I would do is change the src of the img to something other than C:\ I am assuming that because you are attempting to be cross browser compatible that the site is somewhat public and should have standard web server URI's. davidj www.davidj.org |