<?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 Uploading unusually large files into Alfresco in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/uploading-unusually-large-files-into-alfresco/m-p/240802#M193932</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My requirement is to upload unusually large files ( &amp;gt; 500MB) into Alfresco repository programatically, and I wanted to know the best way and some sample code around this.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've tried the Webservices repository APIs, and they miserably fail for any file more than 10-12 MB.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;My upload client sits on one machine, and the Alfresco server/repository sit on another machine accessible over network.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I would really appreciate if someone can provide some sample code of how to do this effeciently using Alfresco. I know there could be other ways of doing it, but I'm completely clueless around it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance for any input that you all can provide.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Phani&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 20 Jun 2009 23:17:35 GMT</pubDate>
    <dc:creator>phani_av</dc:creator>
    <dc:date>2009-06-20T23:17:35Z</dc:date>
    <item>
      <title>Uploading unusually large files into Alfresco</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/uploading-unusually-large-files-into-alfresco/m-p/240802#M193932</link>
      <description>Hello,My requirement is to upload unusually large files ( &amp;gt; 500MB) into Alfresco repository programatically, and I wanted to know the best way and some sample code around this.I've tried the Webservices repository APIs, and they miserably fail for any file more than 10-12 MB.My upload client sits</description>
      <pubDate>Sat, 20 Jun 2009 23:17:35 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/uploading-unusually-large-files-into-alfresco/m-p/240802#M193932</guid>
      <dc:creator>phani_av</dc:creator>
      <dc:date>2009-06-20T23:17:35Z</dc:date>
    </item>
    <item>
      <title>Re: Uploading unusually large files into Alfresco</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/uploading-unusually-large-files-into-alfresco/m-p/240803#M193933</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Use Alfresco´s FTP interface. Easy to use, efficient and without timeouts.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://wiki.alfresco.com/wiki/File_Server_Configuration" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/File_Server_Configuration&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Jun 2009 07:10:04 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/uploading-unusually-large-files-into-alfresco/m-p/240803#M193933</guid>
      <dc:creator>mabayona</dc:creator>
      <dc:date>2009-06-21T07:10:04Z</dc:date>
    </item>
    <item>
      <title>Re: Uploading unusually large files into Alfresco</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/uploading-unusually-large-files-into-alfresco/m-p/240804#M193934</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Or stream content into alfresco.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In fact use any of the remote interfaces except for Web Services which, as you have found, can't cope with large files.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Jun 2009 21:36:25 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/uploading-unusually-large-files-into-alfresco/m-p/240804#M193934</guid>
      <dc:creator>mrogers</dc:creator>
      <dc:date>2009-06-21T21:36:25Z</dc:date>
    </item>
    <item>
      <title>Re: Uploading unusually large files into Alfresco</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/uploading-unusually-large-files-into-alfresco/m-p/240805#M193935</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;mabayona, thanks for the valuable input &amp;amp; reference that you've shared. I'll look into it and see if that fits my needs.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;mrogers, would you be able to provide a reference or few lines of the API that do this. I'm looking for some sample code that can get me started.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks again people.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Phani&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jun 2009 23:03:42 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/uploading-unusually-large-files-into-alfresco/m-p/240805#M193935</guid>
      <dc:creator>phani_av</dc:creator>
      <dc:date>2009-06-24T23:03:42Z</dc:date>
    </item>
  </channel>
</rss>

