Hallo,
Probiers doch mal so:
Typoscript:
previewImg = IMAGE
previewImg {
file = OVERWRITTEN
file.maxW = 185
}
Php:
$previewImg = $this->conf['previewImg.'];
$previewImg['file'] = $this->uploadPath().$image[0];
$markerArray['###IMAGE###'] =
$this->cObj->cObjGetSingle($this->conf['previewImg'], $previewImg);
Gruß,
Chi