> First, let's rewrite this in the new 2.0 syntax:
>
> 'img_1_thmb_1' => {
> if_mimetype => '/^image\/.+/',
> transform_method => gen_thumb({ w => 100, h => 100 }),
> }
I'm trying to use this syntax of course, without the mimetype yet..
this what I actually have
spec => {
file => {
gen_files => {
'img_1_thmb_1' => {
transform_method => gen_thumb({ w => 100, h => 100 }),
}
}
}
},
And each time I execute it, I get this error
[Mon Dec 19 09:02:15 2005] [error] [client 65.94.177.10] The following
parameter was passed in the call to
CGI::Uploader::Transform::ImageMagick::_really_gen_thumb but was not
listed in the validation options: HASH(0x87e58bc)
[Mon Dec 19 09:02:15 2005] [error] [client 65.94.177.10] at
/usr/home/jeff/third_party/uploader/lib//CGI/Uploader.pm line 766
I think this means that the transform module wasn't actually tested..
just let me know if that's correct and I'll fix it, or if i'm missing
something all together. [ I don't feel like I have enough experience
to make blind leaps on someone elses baby]
Jeff.
---------------------------------------------------------------------
Web Archive: http://www.mail-archive.com/[email protected]/
http://marc.theaimsgroup.com/?l=cgiapp&r=1&w=2
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]