Topic: how to create a folder

Hi All

i want to know if there are any automatic method inside the admin panel for create a subfolder under the upload path.
and if yes, it's possible to change the default folder "upload" with another one?

thanks in advance

Re: how to create a folder

i want to know if there are any automatic method inside the admin panel for create a subfolder under the upload path.

No.

it's possible to change the default folder "upload" with another one

Yes.

/monstra/boot/defines.php

    /**
     * The filesystem path to the 'uploads' folder
     */
    define('UPLOADS', ROOT . DS . 'public' . DS . 'uploads');
Monstra Loves You! Give some love back!