[jifty-devel] Upload field broken in trunk
Stanislav Sinyagin
ssinyagin at yahoo.com
Thu Feb 11 09:51:46 EST 2010
hi,
it works in Jifty-0.91117 from CPAN, and in the current trunk it's broken:
use Jifty::Action schema
{
param 'upload_file' =>
label is 'Upload file',
render as 'Upload',
;
.....
sub take_action
{
my $self = shift;
my $filehandle = $self->argument_value('upload_file');
at this point I cannot read from the file handle. It looks like the filehandle closes immediately after opening.
I'm running lighthttpd+fcgi on a Linux box.
More information about the jifty-devel
mailing list