<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Help me - Files upload using alfresco web service in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/help-me-files-upload-using-alfresco-web-service/m-p/175395#M128525</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Many thanks, Morpheus &lt;img id="smileytongue" class="emoticon emoticon-smileytongue" src="https://connect.hyland.com/i/smilies/16x16_smiley-tongue.png" alt="Smiley Tongue" title="Smiley Tongue" /&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 28 Aug 2008 14:45:22 GMT</pubDate>
    <dc:creator>fordangki</dc:creator>
    <dc:date>2008-08-28T14:45:22Z</dc:date>
    <item>
      <title>Help me - Files upload using alfresco web service</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/help-me-files-upload-using-alfresco-web-service/m-p/175393#M128523</link>
      <description>I am new to Alfresco. I want to implement&amp;nbsp; file upload feature for a webapp which upload a file to an alfresco server :?:&amp;nbsp; :shock: .Would someone kindly help me with a tutorial or advices :? ?I am thank you in advance.</description>
      <pubDate>Wed, 27 Aug 2008 16:05:24 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/help-me-files-upload-using-alfresco-web-service/m-p/175393#M128523</guid>
      <dc:creator>fordangki</dc:creator>
      <dc:date>2008-08-27T16:05:24Z</dc:date>
    </item>
    <item>
      <title>Re: Help me - Files upload using alfresco web service</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/help-me-files-upload-using-alfresco-web-service/m-p/175394#M128524</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;look in the SDK example Content Read an Write, when want to update an item &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The procedure will be like that:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;querie the repository (Repository Service)and create references for that item, then use the Content Service to read/write the item &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;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 &lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/wiki/Alfresco_Content_Management_Web_Services" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Alfresco_Content_Management_Web_Services&lt;/A&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/wiki/Web_Service_Samples_for_Java" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Web_Service_Samples_for_Java&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;there are also other snippets for other languages.. here at the bottum of the first link i gave you&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Aug 2008 06:45:14 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/help-me-files-upload-using-alfresco-web-service/m-p/175394#M128524</guid>
      <dc:creator>morpheus</dc:creator>
      <dc:date>2008-08-28T06:45:14Z</dc:date>
    </item>
    <item>
      <title>Re: Help me - Files upload using alfresco web service</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/help-me-files-upload-using-alfresco-web-service/m-p/175395#M128525</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Many thanks, Morpheus &lt;img id="smileytongue" class="emoticon emoticon-smileytongue" src="https://connect.hyland.com/i/smilies/16x16_smiley-tongue.png" alt="Smiley Tongue" title="Smiley Tongue" /&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Aug 2008 14:45:22 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/help-me-files-upload-using-alfresco-web-service/m-p/175395#M128525</guid>
      <dc:creator>fordangki</dc:creator>
      <dc:date>2008-08-28T14:45:22Z</dc:date>
    </item>
    <item>
      <title>Re: Help me - Files upload using alfresco web service</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/help-me-files-upload-using-alfresco-web-service/m-p/175396#M128526</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am new to Webservices API.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;My task is i have to upload a file from client machine to alfresco server machine.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In webservicesample program, we r creating file by program.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In my case, Client scan some docs and he'll upload that scanned docs on alfresco server.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Client application is a web application. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Through webservices we have to fatch that file and upload on alfresco server.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Kindly help me.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Nishant&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Nov 2008 06:00:37 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/help-me-files-upload-using-alfresco-web-service/m-p/175396#M128526</guid>
      <dc:creator>unknown-user</dc:creator>
      <dc:date>2008-11-10T06:00:37Z</dc:date>
    </item>
  </channel>
</rss>

