|
Upgrade from the previous version. |
|
|
- Stop the World Wide Web Publishing service.
- If you don't stop it and the previous dll is loaded, you have to reboot your server after installing.
- Uninstall the previous version.
- At control panel, select Add/Remove program and click remove button for TABS Upload.
- Install the new version
- Run the new setup file.
- Start the World Wide Web Publishing service.
- As the license key of previous version is valid, you don't need to input it again.
|
|
|
2.1 Update Log (2005-7-18) |
|
|
TABSFileup: Add ElementName Property (Ver 2,1,0,9) |
|
|
To support uploading multiple files in php, you should append bracket character([]) in the name of form element. The ElementName property is added to support it.
|
|
|
TABSFileup: Add Response Property (Ver 2,1,0,8) |
|
|
The Response property returns the HTTP response body returned by the server after finishing upload so that you can develop and debug more easily.
|
|
|
2.1 Update Log (2005-4-27) |
|
|
TABSFileup: Add BkColor Property (Ver 2,1,0,6) |
|
|
Proivde the BkColor property that sets the background color of the control.
|
|
|
2.1 Update Log (2005-2-21) |
|
|
TABSFileup: Fix problem of large file upload (Ver 2,1,0,2) |
|
|
Fix problem that can be occurred when you upload very large file in a client with small RAM.
|
|
|
TABSFileup: Add Edit/Download Mode (Ver 2,1,0,0) |
|
|
Beside upload mode, we support edit and download mode.
|
|
|
2.0 Update Log (2004-12-27) |
|
|
Provide TABSFileup ActiveX Control |
|
|
We provide a TABSFileup ActiveX control that supports elegant and easy upload/download user interface in the Internet Explorer.
|
|
TABS Upload: Fix Upload.Save method |
|
|
Fixes a bug that when you upload multile files with the same form element name, only the first file is saved.
|
|
|
1.7 Update Log (Ver 1.7.1.40, 2004-07-22) |
|
|
TABS Upload: Add Item Property |
|
|
Instead of Upload.Form("name"), you can use Upload("name").
|
|
Fix invalid jpeg image size |
|
|
We have modfied method of analyzing a particular JPEG image.
|
|
|
1.6 Update Log (Ver 1.6.1.36, 2004-05-14) |
|
|
New Blob Object |
|
|
Adds a Blob object that processes the blob data in database field and the binary data of file.
It suppors four methods; LoadFromAdoField, LoadFromFile, SaveToAdoField, and SaveToFile.
|
|
|
Improve stability |
|
|
Fixes that a trap error occurs when it receives HTTP request with malicious formatted multipart/form-data.
As it becomes aware of that, it returns 500 HTTP response on purpose without processing upload.
|
|
|
1.5 Update Log (Ver 1.5.1.33, 2004-04-22) |
|
|
Fix Save method |
|
|
Fixes that the Save method cannot create a unique file name when the same file exists in the Windows Server 2003.
|
|
|
Fix SaveAs method |
|
|
As the first parameter of SaveAs method is truncated under the particular circumstance, the upload file cannot be saved correctly. We have fixed that problem.
|
|
|
Add ShortSaveName property |
|
|
Whereas the SaveName property returns the full path and the file name of the upload file, the ShortSaveName property only returns the file name.
|
|
|
Fix that the size of JPEG image is zero |
|
|
We have modified to return the correct size about JPEG image with various formats.
|
|