Help me - Files upload using alfresco web service

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-27-2008 12:05 PM
I am new to Alfresco. I want to implement file upload feature for a webapp which upload a file to an alfresco server :?: :shock: .Would someone kindly help me with a tutorial or advices :? ?
I am thank you in advance.
I am thank you in advance.
Labels:
- Labels:
-
Archive
3 REPLIES 3

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-28-2008 02:45 AM
look in the SDK example Content Read an Write, when want to update an item
The procedure will be like that:
querie the repository (Repository Service)and create references for that item, then use the Content Service to read/write the item
to really create content you have….hm when i think about, i haven ´t done that before , but there must ne something in the sdk or on this pages http://wiki.alfresco.com/wiki/Alfresco_Content_Management_Web_Services, http://wiki.alfresco.com/wiki/Web_Service_Samples_for_Java
there are also other snippets for other languages.. here at the bottum of the first link i gave you
The procedure will be like that:
querie the repository (Repository Service)and create references for that item, then use the Content Service to read/write the item
to really create content you have….hm when i think about, i haven ´t done that before , but there must ne something in the sdk or on this pages http://wiki.alfresco.com/wiki/Alfresco_Content_Management_Web_Services, http://wiki.alfresco.com/wiki/Web_Service_Samples_for_Java
there are also other snippets for other languages.. here at the bottum of the first link i gave you

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-28-2008 10:45 AM
Many thanks, Morpheus

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-10-2008 01:00 AM
Hi
I am new to Webservices API.
My task is i have to upload a file from client machine to alfresco server machine.
In webservicesample program, we r creating file by program.
In my case, Client scan some docs and he'll upload that scanned docs on alfresco server.
Client application is a web application.
Through webservices we have to fatch that file and upload on alfresco server.
Kindly help me.
Regards
Nishant
I am new to Webservices API.
My task is i have to upload a file from client machine to alfresco server machine.
In webservicesample program, we r creating file by program.
In my case, Client scan some docs and he'll upload that scanned docs on alfresco server.
Client application is a web application.
Through webservices we have to fatch that file and upload on alfresco server.
Kindly help me.
Regards
Nishant
