<?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: File upload from browser in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/file-upload-from-browser/m-p/116727#M82376</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;There is a possibility to upload content via webservice as demonstrated in the ContentReadAndWrite example. Why should I use the servlet?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 11 Jul 2007 20:21:59 GMT</pubDate>
    <dc:creator>tim-erwin</dc:creator>
    <dc:date>2007-07-11T20:21:59Z</dc:date>
    <item>
      <title>File upload from browser</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/file-upload-from-browser/m-p/116725#M82374</link>
      <description>I'm not having a lot of luck figuring out how to upload a file into the repository via a web service.I can read a file from the web server and save in the repository, but how does a remote app read a local file on their pc and save in the repoistory.I think I suppose to exploit the UploadContentServ</description>
      <pubDate>Wed, 27 Jun 2007 18:10:48 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/file-upload-from-browser/m-p/116725#M82374</guid>
      <dc:creator>dasjlm</dc:creator>
      <dc:date>2007-06-27T18:10:48Z</dc:date>
    </item>
    <item>
      <title>Re: File upload from browser</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/file-upload-from-browser/m-p/116726#M82375</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;A short snippet of code showing the use of the ContentUploadServlet would be a hudge help.&amp;nbsp; If anyone has one I'd really appreicate not having to reinvent the wheel.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jun 2007 20:02:53 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/file-upload-from-browser/m-p/116726#M82375</guid>
      <dc:creator>dasjlm</dc:creator>
      <dc:date>2007-06-28T20:02:53Z</dc:date>
    </item>
    <item>
      <title>Re: File upload from browser</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/file-upload-from-browser/m-p/116727#M82376</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;There is a possibility to upload content via webservice as demonstrated in the ContentReadAndWrite example. Why should I use the servlet?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jul 2007 20:21:59 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/file-upload-from-browser/m-p/116727#M82376</guid>
      <dc:creator>tim-erwin</dc:creator>
      <dc:date>2007-07-11T20:21:59Z</dc:date>
    </item>
    <item>
      <title>Re: File upload from browser</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/file-upload-from-browser/m-p/116728#M82377</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;There are a couple of reasons for using the servlet over the write() method on the content web service:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; - In order to add the binary data to the web service request the entire file must be read.&amp;nbsp; If it is a large file then running out memory in the client JVM is a possibility.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; - Web service requests made via Axis have a maximum size, so limiting the size of files sent.&amp;nbsp; Streaming of requests is not supported by Axis.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Using the servlet allows the content to be streamed into the repository content store using a standard PUT HTTP method.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;See &lt;/SPAN&gt;&lt;A href="http://forums.alfresco.com/viewtopic.php?t=7403" rel="nofollow noopener noreferrer"&gt;http://forums.alfresco.com/viewtopic.php?t=7403&lt;/A&gt;&lt;SPAN&gt; for some more discussion on this topic.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Roy&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jul 2007 08:55:42 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/file-upload-from-browser/m-p/116728#M82377</guid>
      <dc:creator>rwetherall</dc:creator>
      <dc:date>2007-07-13T08:55:42Z</dc:date>
    </item>
  </channel>
</rss>

