ASPUpload by Persits
AspUpload is an Active Server component which enables an ASP application to accept, save and manipulate files uploaded with a browser. The files are uploaded via an HTML POST form with one or more <INPUT TYPE=FILE> tags. The <FORM> tag must contain the attribute ENCTYPE="multipart/form-data"..Please note: We have disabled Upload.Save as a security measure. Instead use Upload.SaveVirtual instead. E.g.:
Set Upload =Server.CreateObject("Persits.Upload.1")
Upload.SaveVirtual("../images")
...
...
...
Set Upload = Nothing ' Release resources
Upload.SaveVirtual("../images")
...
...
...
Set Upload = Nothing ' Release resources
More: For more technical information please see: http://www.aspemail.com
Please note: We do not provide support on components we offer. You will find links to the relevant vendor on each page where appropriate. Our licensing of components does not cover your local installation.
