|
|
|
|
|
|
 |
|
|
Compare TABS Upload with others |
|
|
|
|
|
| Functions |
TABS Upload |
SAFileUp |
ABCUpload |
| Unicode support |
O |
O |
O |
| BLOB data support |
O |
O |
O |
| IE5.0 form data duplication bugfix |
O |
O |
X |
| Upload progress indicator |
O |
O |
O |
| Download support |
O |
O |
X |
| Automatic MIME type decision |
O |
X |
X |
| Resumable download |
O |
X |
X |
| Prevent DoS(Denial of Service) |
O |
O |
O |
| Image file information support |
O |
X |
O |
| PNG file information support |
O |
X |
O |
|
 |
|
IE5.0 form data duplication bug fix -
Prevent the unintentional duplication of form data that can be generated by certain versions of Internet Explorer 5, when a user enters special characters into form fields.
|
|
|
Automatic MIME type decision -
As TABS Upload constructs HTTP headers automatically for downloading such as Content-Type, Content-Disposition, etc., you can write a download ASP page simply.
|
|
|
Resumable download -
Because TABS Upload supports resumable download from the position of the download failure, you can improve download speed for both web server and browser.
|
|
|
Image file information support -
If the upload files are image files that can be displayed in the browser, you can gather file type, width, and height of images.
|
|
|
|