The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 2.16 - 2009-04-02

  • BUG FIXES
    • Using 'transform_method' to tranform an upload in place was broken.
    • Now use File::Spec instead of hardcoding "/" as a path separator. (Ron Savage)
    • Use binmode() on the right file handle (Ron Savage)
    • upload_id was hardcoded in one place instead of using up_table_map (Ron Savage)
  • DOCUMENTATION
    • Quit recommending SQL::Abstract in the Cookbook (but we use it internally)
  • INTERNAL
    • Mark "Image::Size" as a requirement, if only to get tests to stop failing. It's only really required if you use the Image::Magick transformations.

Documentation

Examples of CGI::Uploader usage

Modules

Manage CGI uploads using SQL database

Provides

in lib/CGI/Uploader/Transform/ImageMagick.pm