Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Alternative to ASP "Persits.Upload" to upload file

Status
Not open for further replies.

lud4352

Technical User
Mar 10, 2011
4
US
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 = Server.CreateObject("Persits.Upload")
objUpload.SaveToMemory()
strPageName = objUpload.Form("hdnPage")
Set Session("ASPUpload") = objUpload
Session("Mode") = 1
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top