News
0.9 (2010-03-20)
- support multiple file with same name and special chars (by pfalcon)
- allow JSON callback on stats (by pfalcon)
0.7 (2009-02-08)
- fix #1. bug in js when the environ have a SCRIPT_NAME
- storage improvement. (by trollfot)
0.6 (2008-11-24)
- improve middleware internals using WebOb
0.5 (2008-08-28)
- support readline(int). Thanks to Tony Caduto for bug report.
- Added a hidden field to provide an action name
required by form frameworks such as z3c.form
- updated the doc
- raised the stat update delay to 1500ms
- added an option to replace the existing form with a generated one.
- changed the progress filename from a span to a div
- improved usability by adding a form on input:file change event
- handle only POST method
- improve Storage middleware
0.4 (2008-08-12)
- fix egg install script
- add a storage module
0.3 (2008-07-27)
- fix Content-Length header sent after code injection.
- add e.stopPropagation() to the Add more file link
0.2 (2008-07-25)
- add docs/ folder to auto generate documentation with sphinx
- use jquery packed version
- IE javascript fixes