Persits ASPUpload sample code

Filename: aspupload1.asp Please be the site that /aspuploud directory exist on your website before trying to upload the files. You can change it to any other directory in the code below. (referred to by From Upload page below)


<HTML>
<BODY>
<%
Set Upload = Server.CreateObject("Persits.Upload")
count = upload.savevirtual ("/aspupload")
Response.Write Count & " file(s) uploaded"
%>
</BODY>
</HTML>

From Upload Page:


<html>
<head>
</head>
<body bgcolor="#ffffff">
<form action="aspupload1.asp" method="post" enctype="multipart/form-data">
<input type="file" size="40" name="FILE1" />
<br />
<input type="submit" value="Upload!" />
</form>
</body>
</html>
  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

SQL server- network related or instance-specific error happened while connection establishing

  Instance-specific or network related error happening while connecting to SQL server   Please...

OleDB connection string examples

OleDB connection string examples MS Access (Jet) "PROVIDER=Microsoft.Jet.OLEDB.4.0;DATA...

Do you allow custom COM components?

Do you allow custom COM components? We are not offering to install the custom COM components...

Error when accessing a WCF services

Error when accessing a WCF services Error when accessing a WCF service: "IIS specified...

How to cache static contents to client with UseMaxAge?

You can consider to caches static contents to the client with UseMaxAge if your website has too...

Powered by WHMCompleteSolution