cancel
Showing results for 
Search instead for 
Did you mean: 

Where are contents uploaded?

joel18
Champ in-the-making
Champ in-the-making
Hi everyone,
    Recently I consider a problem about contents uploaded. For example, I have logged in Alfresco and added some contents by using Alfresco interface. However when I log in the remote server and want to find the directory where the contents are uploaded, I couldn't find the background location where contents are.
    Is there any body can teach me how to find these contents in the servers? I will feel grateful if you could tell me. Thank you very much. Smiley Very Happy  Smiley Happy  😎
3 REPLIES 3

lvs
Champ in-the-making
Champ in-the-making
Hi,

I think contents are stored in your alf_data directory. It seems to me that Alfresco loads the content there (in alf_data/contentstore) and changes changes its name.
Regards
Laura

jpfi
Champ in-the-making
Champ in-the-making
Hi,

yab, the content you've uploaded will be stored in in your Alfresco content store in most cases on the filesystem. You can define this base location yourself in a properties-file. But within this system folder you'll not find your alfresco repository structure as folders. The location of your content in this base folder is managed by alfresco through a optimized strategy, it is not "human readable".
Instead you should use any alfresco client or client API to browse your repo content.
Cheers, Jan

joel18
Champ in-the-making
Champ in-the-making
Thank you very much.