--- lib/Perly/View.pm 2007/06/06 08:51:15 21 +++ lib/Perly/View.pm 2007/06/06 09:17:05 22 @@ -63,7 +63,7 @@ h1 { _("Upload new file") }, form { my $action = new_action( class => 'Upload' ); - render_action( $action => [ 'content', 'file', 'format' ] ); + render_action( $action => [ 'filename', 'content', 'file', 'format' ] ); form_submit( label => _('Upload'), );