What is Server,CreateObject("File.clsFile")?
Hi,
I have a code which uploads the corresponding HTML file which the user selects from the client side. This html page needs to be stored in the server.
The code written for this contains
set f=server.CreateObject("File.clsFile") 'causing error due to this
f.Writefile orig_path & "upload", "mailmessage_"&SerialNo&".html", message
set f=nothing
I searched in the net and could not find any object such as File.clsFile in ASP
This code was working before.
could anyone help me with this...
Thanks
SMM
|