libcgi-application-plugin-ajaxupload-perl_0.0.3-1_i386.changes is NEW
Debian FTP Masters
ftpmaster at ftp-master.debian.org
Wed Mar 23 08:25:19 UTC 2011
(new) libcgi-application-plugin-ajaxupload-perl_0.0.3-1.debian.tar.gz optional perl
(new) libcgi-application-plugin-ajaxupload-perl_0.0.3-1.dsc optional perl
(new) libcgi-application-plugin-ajaxupload-perl_0.0.3-1_all.deb optional perl
run mode to handle a file upload and return a JSON response
CGI::Application::Plugin::AJAXUpload provides a customisable run mode that
handles a file upload and responds with a JSON message like the following:
.
{status: 'UPLOADED', image_url: '/img/uploads/666.png'}
.
or on failure
.
{status: 'The image was too big.'}
.
This is specifically intended to provide a CGI::Application based back
end for AllMyBrain.com's image upload extension to the YUI rich text editor.
It could probbably be used as a back end for any CGI::Application website that
uploads files behind the scenes using AJAX. In any case this module does NOT
provide any of that client side code and you must also map the run mode onto
the URL used by client-side code. That said a working example is provided
which could form the basis of a rich text editor.
(new) libcgi-application-plugin-ajaxupload-perl_0.0.3.orig.tar.gz optional perl
Changes: libcgi-application-plugin-ajaxupload-perl (0.0.3-1) unstable; urgency=low
.
* Initial Release. (Closes: #608882)
Override entries for your package:
Announcing to debian-devel-changes at lists.debian.org
Closing bugs: 608882
Your package contains new components which requires manual editing of
the override file. It is ok otherwise, so please be patient. New
packages are usually added to the override file about once a week.
You may have gotten the distribution wrong. You'll get warnings above
if files already exist in other distributions.
More information about the pkg-perl-maintainers
mailing list