<?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: Any examples of a java web service upload? in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/any-examples-of-a-java-web-service-upload/m-p/132941#M93370</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;Same problem i am also facing. 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 from client application 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:48:03 GMT</pubDate>
    <dc:creator>unknown-user</dc:creator>
    <dc:date>2008-11-10T06:48:03Z</dc:date>
    <item>
      <title>Any examples of a java web service upload?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/any-examples-of-a-java-web-service-upload/m-p/132939#M93368</link>
      <description>I searched around the web and the forum looking for an example of a web service that uploads a file. I saw the post http://forums.alfresco.com/viewtopic.php?t=7346 but the author never replied back that everything is working. I tried that code and modifying it to use my space and data but I'm gettin</description>
      <pubDate>Tue, 30 Oct 2007 19:22:21 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/any-examples-of-a-java-web-service-upload/m-p/132939#M93368</guid>
      <dc:creator>jcblitz</dc:creator>
      <dc:date>2007-10-30T19:22:21Z</dc:date>
    </item>
    <item>
      <title>Re: Any examples of a java web service upload?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/any-examples-of-a-java-web-service-upload/m-p/132940#M93369</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;create a variable like topic or content, doesn't matter.&amp;nbsp; Use the node browser to find the path to where you want to upload your file.&amp;nbsp; I used javascript and called the childByNamePath function.&amp;nbsp; Here is an example of my code:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;var topic = companyhome.childByNamePath("Data Dictionary/my forum space/dooley's forum/dooley's topic");&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;create another variable called upload and call the create file function and write the content&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;upload = topic.createFile(filename);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;upload.properties.content.write(content);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;upload.save();&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;model.upload = upload;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Nov 2007 15:52:28 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/any-examples-of-a-java-web-service-upload/m-p/132940#M93369</guid>
      <dc:creator>dooley</dc:creator>
      <dc:date>2007-11-05T15:52:28Z</dc:date>
    </item>
    <item>
      <title>Re: Any examples of a java web service upload?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/any-examples-of-a-java-web-service-upload/m-p/132941#M93370</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;Same problem i am also facing. 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 from client application 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:48:03 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/any-examples-of-a-java-web-service-upload/m-p/132941#M93370</guid>
      <dc:creator>unknown-user</dc:creator>
      <dc:date>2008-11-10T06:48:03Z</dc:date>
    </item>
  </channel>
</rss>

