Components 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".
We have disabled Upload.Save, Upload.FileCopy and
Upload.FileSaveAS as a
security measure. Instead use their virtual equivalents instead.
E.g.:
Set Upload =Server.CreateObject("Persits.Upload.1")
Upload.SaveVirtual("../images")
...
...
...
Set Upload = Nothing ' Release resources
|
More: For technical information please see: http://www.aspupload.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.
|