csASPUpload

This ASP component saves file uploads on the server.

This component 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. There is a demonstration application showing this that can be downloaded.

This data streaming feature can also export a file straight into the csImageFile component for server side image manipulation, creation of thumbnails etc.

The full features of csASPUpload can be seen by reading the online instruction manual. These instructions are also included in the zip file with the trial component in both PDF and HTML format.

We also have a simple two page demo that shows how Javascript can be used for client side verification when the uploaded file is an image. Click Here to read more or to download it.

For a live demo showing image uploading Click Here.