The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 1.2 - 2005-12-15

  • BUG FIXES
    • Fixed bug in store_uploads() from improper hash usage.
  • INTERNALS
    • Fixed some typos in Makefile.PL requirements
    • Made test suite use SQLite by default for easier testing.

Changes for version 1.1_1 - 2005-04-04

  • THINGS THAT MIGHT BREAK YOUR CODE
    • 'file_name' is now required in the data model. You can simply add it before upgrading. Something like this should work: ALTER TABLE your_table_name ADD COLUMN file_name VARCHAR(255);
      • Of course, you can name the column something else with the up_table_map.
  • ENHANCEMENTS
    • extract_meta() now also returns the original filename with the 'file_name' key.
    • PostgreSQL via ODBC is now supported (William McKee)
  • BUG FIXES
    • Fixed RT#12051, an XSS issue in an example application. (William McKee).
  • INTERNALS
    • Clean up some test warnings (Denis McKeon)
    • Better diagnostics in ImageMagick.pm (William McKee)

Documentation

Examples of CGI::Uploader usage

Modules

Manage CGI uploads using SQL database

Provides

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