'image' => array(
'label' => 'LLL:EXT:fefiles/Resources/Private/Language/locallang_db.xlf:image',
'config' => \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::getFileFieldTCAConfig(
'image', array(
'appearance' => array(
'createNewRelationLinkTitle' => 'LLL:EXT:cms/locallang_ttc.xlf:images.addFileReference'
),
'minitems' => 0,
'maxitems' => 1,
'foreign_match_fields' => array(
'fieldname' => 'image',
'tablenames' => 'tx_fechat_domain_model_smile',
'table_local' => 'sys_file_reference',
),
), $GLOBALS['TYPO3_CONF_VARS']['GFX']['imagefile_ext']
),
),
Can I set upload folder exactly for files for this field ? TYPO3 version 7.6.18