I've tried everything to find this error.
SoftArtisans.SAFile.1 error '80020009'
Error occurred when moving cached file to final destination. Please
check the NTFS permissions for the directory "E:\temp\" and the
directory containing the file
"D:\WWWRoot\rbuycom\www\Images\PropertyPhotos\190.gif". These
directories require Read, Write and Delete permissions by the anonymous
user ( NT account: IUSR_computername ) as well as for your
authenticated users.
/Forms/uploadphotopdo.asp, line 58
SCRIPT:
PropertyPhotoId = RS("PropertyPhotoId")
RS.Close
Set RS = Nothing
Line58 upl.SaveAs Server.MapPath("/Images/PropertyPhotos/") & "\" &
PropertyPhotoId & "." & fileSuffix
End If
Else
Err.Raise 2001, "Photo Limit Reached", "You may only upload five
photos per property. You have reached that limit for this property."
End If
Set fso = Nothing
Else
Err.Raise 2000, "Missing Photo Link", "You failed to include a photo
to upload. Use your back button to return to the previous page and try
again."
End If%>