my $data; $thumb->write( type => 'png', data => \$data ) or die; open my $thumb_fh, "<", \$data or die; $self->form->item->thumb_pfad($thumb_fh);