[jifty-devel] Upload field broken in trunk

Jesse Vincent jesse at bestpractical.com
Fri Feb 12 10:03:06 EST 2010




On Thu, Feb 11, 2010 at 06:51:46AM -0800, Stanislav Sinyagin wrote:
> 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.

Hm. Is TestApp::Uploads still passing its tests for you in trunk?


More information about the jifty-devel mailing list