in reply to Re: Imager - Problem with Filehandle (Catalyst, DBIx::Class::InflateColumn::FS)
in thread Imager - Problem with Filehandle (Catalyst, DBIx::Class::InflateColumn::FS)
Thank you very much for your help.
I was able to fix the problem as far as the original file is concerned.
Neverthless, this doesn't work for me:
my $data; $thumb->write( type => 'png', data => \$data ) or die; open my $thumb_fh, "<", \$data or die; $self->form->item->thumb_pfad($thumb_fh);
The resulting file is still corrupted
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Imager - Problem with Filehandle (Catalyst, DBIx::Class::InflateColumn::FS)
by scrivener (Initiate) on Oct 21, 2009 at 11:01 UTC |