What's New in Version 4.6?
Major updates for Unicode text handling. If you are uploading from locales like Korea, Japan and China - you need this update! A new Files collection to ease handling of file upload fields. A new XForm.Form property for improved interoperability with legacy code. Other minor fixes.
What's New in Version 4.5?
A number of enhancements to allow ABCUpload to better handle corrupt uploads. Some changes to ensure 100% compatibility with the built-in form object when returning comma delimited strings of items. Also a new registration system to bring the product into line with our current policy on free license keys.
What's New in Version 4.1?
We've made some changes to better support Unicode uploads. ABCUpload now also copes well with corrupted data when uploads are truncated or incorrectly coded by a client browser.
What's New in Version 4.0?
We've done a radical overhaul of the core upload engine. It was always fast and efficient but now it's even more so - if you want to do simultaneous 100 MB uploads you can do them using ABCUpload.
We now support self referential forms. This means you can combine your form and your form processing page into one rather than having one HTML page for the form and one ASP page for the form processing.
We've added support for normal forms as well as the multipart encoded forms that you need for file upload. So you can use ABCUpload throughout your web site whenever you want to reference a form.
We've been working around bugs in international versions of browsers. There's a new CodePage property that allows you to set a default language code for character conversions in cases where no other information is available.
We've updated the version so if you were using a previous version of ABCUpload you will need to change your XForm object creation code to.
Set myForm = Server.CreateObject("ABCUpload4.XForm")
Plus of course we've made lots of other minor improvements.