Quantcast
Channel:
Viewing all articles
Browse latest Browse all 4235

Re: Change "assets" file path

$
0
0

You use anywhere a uploadfield? Try this:

$fields->addFieldToTab(
'Root.Upload',
$uploadField = new UploadField(
$name = 'GalleryImages',
$title = 'Please upload one or more images' )
);
$uploadField->setFolderName('customfolder');


Posted to: Change "assets" file path | Show Thread | Post Reply


Viewing all articles
Browse latest Browse all 4235

Trending Articles