|
|
Need to configure the storage of images uploaded through media picker to default path is stored in a style how Media/ContentType/YYYY/MM/DD/image.jpg, for example Media/News/2012/07/20/image.jpg.
In fact, this functionality is very necessary for the purpose of organizing the media folder.
Can you help me telling me of where to begin investigating for create a extension with this function?
|
|
Coordinator
Jul 20, 2012 at 11:59 PM
|
You could take a look at the Media Folder module from the gallery, which lets you define what folder to use. You could tweak it to define your own path logic.
|
|
|
|
Thanks Sebastien, i will investigate this.
2012/7/20 sebastienros <notifications@codeplex.com>
From: sebastienros
You could take a look at the Media Folder module from the gallery, which lets you define what folder to use. You could tweak it to define your own path logic.
|
|
|
|
Sounds more like you need to modify the routes rather than the folder on the server where the images are actually stored.
|
|
|
|
Yes Yeorwned, your apreciation is correct.
I think in use the assigned Autoroute Path to the Content Type but relative to Media Folder.
Carlos S. Macri
2012/8/16 Yeorwned <notifications@codeplex.com>
From: Yeorwned
Sounds more like you need to modify the routes rather than the folder on the server where the images are actually stored.
|
|