cancel
Showing results for 
Search instead for 
Did you mean: 

File uploading

nm_santos
Champ in-the-making
Champ in-the-making
Hi everyone,

I've managed to successfuly understand the samples in the Alfresco SDK.

I'm going to start to use Alfresco Share now. (Version 3.4e)

I know how to upload a file to the repository from a java application. (in the Web Service API)

But is it possible to upload a file directly to a collaboration site from a java application?

Thanks in advance,
Nuno.
1 REPLY 1

nmcminn
Champ in-the-making
Champ in-the-making
Hi Nuno,

It is certainly possible to upload a file directly to a collaboration site using the same API you are already familiar with.  Take a look at your repository.  In the repository you will see a folder called "Sites".  Within that folder you will find folders for each of your collaboration sites.  Each individual site folder will contain a "documentLibrary" folder.  This is where your collaboration sites store content that is in the document library for each site.  If you upload a file to that location, it will be available in the site doc library.