D
darrel
The app I am writing can upload and save images and (hopefully) delete said
images as well.
The upload functions work just fine, and save the files where I want them.
The delete function, however, keeps prompting me for a password and then
just fails (with permission denied errors).
My web host says that all permissions have been set properly and that I
should be able to delete files just fine.
What could be the issue here? I am using forms authentication for this app.
-Darrel
images as well.
The upload functions work just fine, and save the files where I want them.
The delete function, however, keeps prompting me for a password and then
just fails (with permission denied errors).
My web host says that all permissions have been set properly and that I
should be able to delete files just fine.
What could be the issue here? I am using forms authentication for this app.
-Darrel