--- lib/Perly/View.pm 2007/06/05 11:32:42 8 +++ lib/Perly/View.pm 2007/06/05 11:54:18 9 @@ -28,7 +28,7 @@ h1 { _("Upload new file") }, form { my $action = new_action( class => 'Upload' ); - render_action( $action => [ 'file', 'content' ] ); + render_action( $action => [ 'content', 'file', 'format' ] ); form_submit( label => _('Upload'), );