KoolUploader - PHP Ajax File Upload

Changelog

Apr 16, 2012: Version 1.4.0.0
- Fix client-side conflict with MooTools framework.
December 04, 2011: Version 1.3.0.5
- Fix rendering issue with IE.
February 28, 2010: Version 1.3.0.4
- Fix the issue of getting status of uploaded file at client-side.
December 17, 2009: Version 1.3.0.2
- Enhance css style.
July 09, 2009: Version 1.2.1.1
- Hide the template message on page load.
- Enhance the security at client-side.
June 12, 2009: Version 1.2.0.8
- Solve parameter reference issue of $funcFileHandle
March 08, 2009: Version 1.2.0.7
- Registering CSS is improved.
- Add new client-side function attachData()
February 09, 2009: Version 1.2.0.3
- Enhance styleFolder property.
January 10, 2009: Version 1.2.0.1
- Property funcFileHandle is added to KoolUploadHandler to let user customize action on uploaded file.
- Enhanced the uploadFiles property to contain more information of uploaded files.
- Added client-side event OnBeforeAddItem and OnAddItem.
- Added function getItem() to KoolUploader class at client-side.
- Added new client-side function uploadAll() and clearAll().
- Enhance default file handle in KoolUploadHandler class.
January 04, 2009: Version 1.0.0.0
- First version of KoolUploader has been released