|
Key Features for TABS Upload |
|
|
Server-side Component |
|
|
- Do not require any software installation on client's PC for file uploading .
- Support the same interface form with Request.Form of Active Server Pages.
|
|
|
High Performance File Uploading |
|
|
- Provide the best upload performance by using one-pass parsing and buffer optimization technology.
- Support very large file uploading and multiple uploading from many clients with small memory usage.
|
|
|
Advanced Download |
|
|
- The browser can download from the web server's file or the database.
- As the Download object constructs HTTP headers automatically for downloading, you can write an ASP page simply.
- Resumable download from the position of the download failure.
|
|
|
Unicode Filename/Form Value Support |
|
|
- Support pages written by various languages as well as Unicode.
|
|
|
Database Support |
|
|
- All the data within the upload can be inserted into a field of the database and can be downloaded from the database.
|
|
|
Server-side Progress Indicator |
|
|
- Server-side progress indicator lets users monitor the progress of their uploads.
|
|
|
Reduce the threat of a DoS |
|
|
-
When an upload size exceeds the maximun value, the connection to the server will be terminated, the ASP page will finish executing, and the ASP thread will be freed.
|
|
|
Image File Information |
|
|
- In case the uploaded file is an image file such as GIF, BMP, JPG, and PNG then the type and size of the image is supplied.
|
|