Hy!
How to use for all request direct to the default directory? So not use Images, Files, Flash.
Example:
BaseDir: images
and all uloaded file, image, flash uploaded to this dir, not create the types.
Sorry for my english.
Speeed
edit:
I modify the config file, but the thumbnail created always bad directory.
How to use for all request direct to the default directory? So not use Images, Files, Flash.
Example:
BaseDir: images
and all uloaded file, image, flash uploaded to this dir, not create the types.
Sorry for my english.
Speeed
edit:
I modify the config file, but the thumbnail created always bad directory.
$config['ResourceType'][] = Array( 'name' => 'Images', 'url' => $baseUrl , 'directory' => $baseDir, 'maxSize' => "16M", 'allowedExtensions' => 'bmp,gif,jpeg,jpg,png,avi,iso,mp3', 'deniedExtensions' => '');