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

NAME

CatalystX::Example::YUIUploader - A YUI Uploader example for Catalyst

SYNOPSIS

    script/catalystx_example_yuiuploader_server.pl
    # Nothing much to do, this is just an example application

DESCRIPTION

This is a very basic Catalyst application that shows off the YUI (experimental) uploader. Launch the server by running:

    ./script/catalystx_example_yuiuploader_server.pl

And browse to http://localhost:3000 (or whatever you've set the port to) to play with the uploader.

NOTE: Currently, under Firefox 2 in Linux, the logging text in the flash window seems to be white on white. The text doesn't show up, but uploading works fine.

SEE ALSO

http://developer.yahoo.com/yui/uploader/, Catalyst,

AUTHOR

Robert Krimen

LICENSE

This library is free software, you can redistribute it and/or modify it under the same terms as Perl itself.