This ASP component saves file uploads on the server. csASPUpload Main Features:
- Attach a file, or files, to an HTML form, and save using classic ASP.
- Allow your web site visitors to upload files without requiring FTP software, or the use of email attachments.
- Save or rename the files using the built in file utilities.
- Use the data stream feature to save files as binary data in a database.
- Easy access to form variables.
- Supports multiple file uploads.
- Pass images straight to the csImageFile component for server side manipulation
csASPUpload saves uploaded files on the server when they have been attached to a form using the input type=file tag, as described in RFC 1867. There are many web applications where it is useful to collect one or more files from a web site visitor. It is always an advantage to make this process as simple as possible. Most browsers support file uploads, but we still need a server side script or cgi to do something with the file. csASPUpload allows files to be collected and saved on the server. A useful extra feature is the ability to export the file data as a binary stream allowing it to be saved straight into a database.
|