I have a form that has a file upload box. When I submit the file to upload, I get the following error:
Does anyone know why is is happening? Thanks.
Form Validation Error Please correct the information you provided by following these steps, then submit the information again:
Cannot open file "abc.doc" for writing.
rdouglass -> RE: upload error (7/1/2008 9:07:41)
That generally is a permissions problem. The folder (and file if already there) needs to have Read / Write / Modify permissions enabled for the IUSR_machinename account.