- #58 improved support for IE9
- #56 avoid path traversal in DELETE requests
- #31 request and response objects passed to event handlers
- #53 documentation update
- #46 merged in (reduce synchronous disk IO operations)
- #31 merged in
- #5 fixed
- documentation cleanup
- compatibility with jQuery File Upload Plugin 5.32.6
- #11 update resize with cropping custom options : imageArgs thanks to https://github.com/soomtong
- 'delete' event merged in, thanks to https://github.com/soomtong
- #6 hostname option added
- upload.fileManager() added, which allows moving file
- #4 fixed - orientation for iphone / ipad photos
- Syntax changed
- middleware now provides 'begin','end','abort' events
- if file was renamed during upload to avoid conflict, new field 'originalName' keeps original name
- dynamic uploadDir and uploadUrl
- upload.getFiles() added
- Potential issue fixed
- Moving files between partitions is now allowed
- Initial commit