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

cancel
Showing results for 
Search instead for 
Did you mean: 
爱你伊万尼
Member II

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

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
kalpesh_c2
Senior Member

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

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