Can you give best practices in order to change the default directory of uploaded files (web/uploads/gallery) ?
It would be great if you can use for example some form data (album slug if you are uploading photos into an album) or just simple thing like the year or the month because currently all uploaded files are going in a same directory which is hard to maintain..
Thanks
This question was answered a few times in the bug tracker. Basically you create a custom namer and include all your dynamic data to the file path. Sub-directories will be created automatically.
This way you can create your own folder structure.