[TYPO3-mvc] extBase 6.2.0 with multiple images upload and stored
Ghanshyam B. Gohel
ghanshyam.typo3developer at gmail.com
Tue Dec 9 20:08:17 CET 2014
Hi Frans!
Yeah, I see that post as well and I have Type convert to array like:
In controller:
public function initializeAction() {
if ($this->arguments->hasArgument('addProduct')) {
$this->arguments->getArgument('addProduct')->getPropertyMappingConfiguration()->setTargetTypeForSubProperty('slider', 'array');
}
}
sorry for code is not well formatted here.
greet
Ghanshyam Gohel
More information about the TYPO3-project-typo3v4mvc
mailing list