<?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 Large File Downloads in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/large-file-downloads/m-p/243158#M196288</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm new to Alfresco and am currently having a problem with large file downloads with Alfresco 3.2 Community Edition. I have a 25 MB PDF file which I uploaded into the repository using Alfresco Explorer; however, I'm having some problems downloading the file from a remote website. Remote in the sense of separate web application on the same physical Tomcat 6 server.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've created a web page that displays the list of files in a certain space inside the repository.&amp;nbsp; Each file is linked to the content web service like so: &lt;/SPAN&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;A href="http://localhost:8080/alfresco/service/api/node/content/workspace/SpacesStore/b0129b64-788d-4b2c-941a-3493a1f9e3e7/MY_LARGE_FILE.pdf?&amp;amp;alf_ticket=TICKET_f6fdbf90de6e834a4d9344a1d27401a68a89c350" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/alfresco/service/api/node/content/workspace/SpacesStore/b0129b64-788d-4b2c-941a-3493a1f9e3e7/MY_LARGE_FILE.pdf?&amp;amp;alf_ticket=TICKET_f6fdbf90de6e834a4d9344a1d27401a68a89c350&lt;/A&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The file downloads fine when using IE7 or Chrome except that you can't see any of the file until the whole thing has downloaded.&amp;nbsp; However, in Firefox 3.x the file gets corrupted every time.&amp;nbsp; I actually have the same problem in Firefox when grabbing the file from Alfresco Explorer.&amp;nbsp; Even if you right click and save as, the file will be corrupt on the local computer when using Firefox.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm not having any problems with smaller files in the 3 - 5 MB range.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1.&amp;nbsp; Anybody have any idea what the deal is with Firefox?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. Is there a way to incrementally load the PDF, like if you were pulling it down from a direct link, instead of waiting for the entire file to download before the client can view it?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3.&amp;nbsp; Should I be writing my own action class to interact with an Alfresco web service instead of using the ReSTful content web service to grab the file?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4. Is there something I need to configure in Alfresco?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Sorry for all the questions, but I really need to find&amp;nbsp; solution to this problem if I'm going to use Alfresco as a solution.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 25 Jul 2009 02:29:56 GMT</pubDate>
    <dc:creator>mjwood10</dc:creator>
    <dc:date>2009-07-25T02:29:56Z</dc:date>
    <item>
      <title>Large File Downloads</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/large-file-downloads/m-p/243158#M196288</link>
      <description>I'm new to Alfresco and am currently having a problem with large file downloads with Alfresco 3.2 Community Edition. I have a 25 MB PDF file which I uploaded into the repository using Alfresco Explorer; however, I'm having some problems downloading the file from a remote website. Remote in the sense</description>
      <pubDate>Sat, 25 Jul 2009 02:29:56 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/large-file-downloads/m-p/243158#M196288</guid>
      <dc:creator>mjwood10</dc:creator>
      <dc:date>2009-07-25T02:29:56Z</dc:date>
    </item>
    <item>
      <title>Re: Large File Downloads</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/large-file-downloads/m-p/243159#M196289</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Found a workaround by specifying all files over 5 MB be downloaded as an attachment like so:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;#if (child.size &amp;gt; 5000000)&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; href="${url.serviceContext}/api/node/content/${child.nodeRef.storeRef.protocol}/${child.nodeRef.storeRef.identifier}/${child.nodeRef.id}/${child.name?url}?&amp;amp;a=true"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;#else&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; href="${url.serviceContext}/api/node/content/${child.nodeRef.storeRef.protocol}/${child.nodeRef.storeRef.identifier}/${child.nodeRef.id}/${child.name?url}?&amp;amp;a=false"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/#if&amp;gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 26 Jul 2009 17:49:03 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/large-file-downloads/m-p/243159#M196289</guid>
      <dc:creator>mjwood10</dc:creator>
      <dc:date>2009-07-26T17:49:03Z</dc:date>
    </item>
  </channel>
</rss>

