cancel
Showing results for 
Search instead for 
Did you mean: 

Complete a DEMO example by calling the alfresco API to implement file upload and create to alfresco

爱你伊万尼
Champ in-the-making
Champ in-the-making

How to use alfresco API to Complete a DEMO example by calling the alfresco API to implement file upload and create to alfresco!!!please ! help~~

1 REPLY 1

kalpesh_c2
Star Collaborator
Star Collaborator

Hi, 
You can also upload using file using curl 

curl -v -X POST -F filedata=@yourDoc.doc -F siteid=testSite-F containerid=documentLibrary -F uploaddirectory=/uploads http://username:password@localhost:8080/alfresco/service/api/upload 

This will upload your file yourdoc.doc into  documentLibrary/uploads within the specific Share site (testSite). Note that the user who is uploading the document must have the member of that Share site with contributor permission.

Thanks,

Kalpesh,
ContCentric