File Upload Through Postman in alfresco localhost

cancel
Showing results for 
Search instead for 
Did you mean: 
gmasand09
Active Member

File Upload Through Postman in alfresco localhost

I want to upload my document through postman but after trying http://localhost:8082/alfresco/cmisatom this link i got some cookies and i do not  know how to pass those cookies in the browser url .Dont know how to get it done .
If anybody knows help me doing this .

Thanks in advance.

1 Reply
gluck113
Established Member

Re: File Upload Through Postman in alfresco localhost

Hello

Why not use the REST API? 

You can have an example at: Alfresco Content Services REST API Explorer 

You can test on your own ALfresco server: http://localhost:8082/api-explorer/#!/nodes/createNode 

Kind regards,

Simon