M
Mark
Hi - I have a problem with the code below - I get the error message:
Scripting error '800a005b'
Object variable or With block variable not set
...on the server.createobject line.
if FileName<>"" then
'**** next line causes error
Set objFSO2 = Server.CreateObject("Scripting.FileSystemObject")
Set MyFile = objFSO2.CreateTextFile(ImageCateg&"\"&FileName)
MyFile.Write getString(value)
MyFile.Close
end if
However, I only get the error when I try and run the code from behind
SSL - go to the page directly on the server, with no SSL - and it works.
Is there something my host needs to setup to allow SSL to allow this?
Thanks for any help,
Mark
Scripting error '800a005b'
Object variable or With block variable not set
...on the server.createobject line.
if FileName<>"" then
'**** next line causes error
Set objFSO2 = Server.CreateObject("Scripting.FileSystemObject")
Set MyFile = objFSO2.CreateTextFile(ImageCateg&"\"&FileName)
MyFile.Write getString(value)
MyFile.Close
end if
However, I only get the error when I try and run the code from behind
SSL - go to the page directly on the server, with no SSL - and it works.
Is there something my host needs to setup to allow SSL to allow this?
Thanks for any help,
Mark