My problem is similar to Micah's problem from a few days ago, I suspect. When I try to insert an image, I get the following message. If I look at line 66 of browse_Img.asp, it's the last of these three lines:
Dim fso
Set fso = Server.CreateObject("Scripting.FileSystemObject")
Set f = fso.GetFolder(spec)
If the solution has something to do with setting IUSR account privileges, I don't know how I can do that. I am uploading files to an Earthlink server, so I don't have access to it for security settings. Through my ftp software (WS_ftp), I can only right-click on the folder and get the following options. I have tried giving RWE to Owner and then to Owner and Group, but this seems to have no effect. Any suggestions, please?