Does anybody know what asp upload component Network Solutions uses? Need to update website files via CMS
My script uses “Persist.Upload” object, which is not installed on their servers.
If Left(Request.ServerVariables("CONTENT_TYPE"), 9) = "multipart" Then
Dim objUpload
Set objUpload =...
Problem has been solved using CDOSYS
Set objMail = Server.CreateObject("CDO.Message")
objMail.From = strFrom
objMail.To = strTo
objMail.Subject = strSubject
objMail.TextBody = strBody
objMail.Send
Set objMail = Nothing
End Sub
Dim objMail
Dim strHTML
Set...
Object is closed. /display.asp, line 14
Please help
<%
'Response.Expires = 0
'Response.AddHeader "pragma", "no-cache"
Response.Buffer = True
Session.Timeout = 120
Dim strPageName
If Left(Request.ServerVariables("CONTENT_TYPE"), 9) = "multipart" Then
Dim objUpload
Set objUpload =...
Help, I recently changed ISP and now I am not able to send any emails via website... Error message
Server object error 'ASP 0177 : 800401f3'
Server.CreateObject Failed
F:\0\2\11\1\4499164\USER\2789128\HTDOCS\ASP\../email.vbs, line 5
800401f3
This is a copy of my email.vbs file
<SCRIPT...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.