Return to Snippet

Revision: 32259
at September 21, 2010 19:27 by foertel


Updated Code
'config'  => array(
	'type' => 'group',
	'internal_type' => 'file',
	'allowed' => 'gif,png,jpeg,jpg',
	'max_size' => 2048,
	'uploadfolder' => 'uploads/###extkey###',
	'show_thumbs' => 1,
	'size' => 1,
	'minitems' => 0,
	'maxitems' => 1,
)

Revision: 32258
at September 21, 2010 19:23 by foertel


Updated Code
'config'  => array(
	'type' => 'group',
	'internal_type' => 'file',
	'allowed' => 'gif,png,jpeg,jpg',
	'max_size' => 2048,
	'uploadfolder' => 'uploads/XXXextensionXXX',
	'show_thumbs' => 1,
	'size' => 1,
	'minitems' => 0,
	'maxitems' => 1,
)

Revision: 32257
at September 21, 2010 19:20 by foertel


Initial Code
'config'  => array(
	'type' => 'group',
	'internal_type' => 'file',
	'allowed' => 'gif,png,jpeg,jpg',
	'max_size' => 500,
	'uploadfolder' => 'uploads/XXXextensionXXX',
	'show_thumbs' => 1,
	'size' => 1,
	'minitems' => 0,
	'maxitems' => 1,
)

Initial URL


Initial Description


Initial Title
tca config single image (2M)

Initial Tags
textmate

Initial Language
PHP