gp.fileupload Gawel's repository

Table Of Contents

Previous topic

Welcome to gp.fileupload’s documentation!

Next topic

Upload middleware

This Page

News

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

0.1 (2008-07-24)

  • first version