[jifty-devel] upload fields

Jesse Vincent jesse at bestpractical.com
Sat Mar 4 00:43:51 EST 2006




On Sat, Mar 04, 2006 at 02:29:14PM +1100, Bart Bunting wrote:
> Hi,
> 
> I've grabbed the latest jifty from svn and I have a column of type upload.

What's the definition look like?

We use it in a standalone "upload file" action. That has a sub
arguments that looks like this:

sub arguments {
        {
            file => {
                label   => '',
                render_as => 'Upload',
            },
        }

}


does adding
	
	render_as 'Upload'

do the right thing for you?

Jesse


More information about the jifty-devel mailing list