cancel
Showing results for 
Search instead for 
Did you mean: 

File upload directly to alfresco repository

rajiv
Champ in-the-making
Champ in-the-making
I've been going through CMIS model in general and how to use Alfresco as CMIS repository in Alfresco Wiki and Documentation(I installed 4.2d on Windows). I am confused about many things but here is what I need to know right now:

Is there any portlet webscript i.e something I can call from my application that opens like a popup or something close available that Alfresco provides to upload files directly to Alfresco repository. If not could anyone point me to the resources from which I could build one. I would like to access repository in CMIS way preferably. There is something in alfresco/services/cmissamples/upload. Can I use that?

I saw that each of the rest URIs can be appended with alf_ticket. But the thing the URIs work even without alf_ticket. How can I make it mandatory and how can I make folders of that user only to be available for browsing or uploading files.

Any links or examples of using Alfresco as only back end repository with own ui of the application will be helpful.

I found that many of the paths in docs/wiki are incorrect. Am I correct?

Thanks in advance.




1 REPLY 1

sujaypillai
Confirmed Champ
Confirmed Champ
Hello Rajiv,

Please check this blog from me http://fileuploadalfresco.blogspot.com/2013/06/file-upload-in-alfresco-through-postman.html

You have a webscript residing @ http://localhost:8080/alfresco/service/api/upload for file upload. Please refer the above blog for all the required parameters to be set for using this webscript.

Hope so that helps you.