Medias and content added by editors, how to get it back?
Hi,
the project I am working on involves a stage-ng environment where our editors can upload content (i.e. create pages, structure pages, And uploads medias).
My issues concerns the media, considering that as developer we would like to retrieve this data somehow. Now, I believe that pictures uploaded through the umbraco backend are not solely stored in the database, but physically as well.
In a setup as follow:
1 team of dev, pushing code to a stage-ing environment, all sharing the same sql server databse, how do you fetch back medias added by editors down the workflow?
If you have any suggestions, it would be really helpful and probably save us a day or two of banging our heads :). Please let me know if you have any thoughts.
Medias and content added by editors, how to get it back?
Hi,
the project I am working on involves a stage-ng environment where our editors can upload content (i.e. create pages, structure pages, And uploads medias).
My issues concerns the media, considering that as developer we would like to retrieve this data somehow. Now, I believe that pictures uploaded through the umbraco backend are not solely stored in the database, but physically as well.
In a setup as follow:
1 team of dev, pushing code to a stage-ing environment, all sharing the same sql server databse, how do you fetch back medias added by editors down the workflow?
If you have any suggestions, it would be really helpful and probably save us a day or two of banging our heads :). Please let me know if you have any thoughts.
Hi Alexandre
You need to fetch the /media/ folder in order to be able to see the medias on your development environment.
Hope this helps.
/Jan
If that's all there is to it, it's brilliant. I'll see if I can link this up to the repo on my stage-ing :). Thanks a lot.
Hi Alexandre
It should be :)
/Jan
is working on a reply...