<?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: max size of file upload in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/max-size-of-file-upload/m-p/54021#M32126</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;We have the similar kind of requirement. i'm trying to upload a video file with 200 MB size thru service and it throws me up with Out of memory error. I've set the JAVA_OPTS in server startup file and still getting the same error. any help really appreciated.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Mar 2013 11:31:01 GMT</pubDate>
    <dc:creator>sgangapa</dc:creator>
    <dc:date>2013-03-19T11:31:01Z</dc:date>
    <item>
      <title>max size of file upload</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/max-size-of-file-upload/m-p/54016#M32121</link>
      <description>Hi,Is it possible to set the max size for the upload, in order to avoid upload of large files ?ThanksJacques.</description>
      <pubDate>Mon, 22 Jan 2007 12:55:33 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/max-size-of-file-upload/m-p/54016#M32121</guid>
      <dc:creator>jchevalier</dc:creator>
      <dc:date>2007-01-22T12:55:33Z</dc:date>
    </item>
    <item>
      <title>Re: max size of file upload</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/max-size-of-file-upload/m-p/54017#M32122</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;No, you can't configure this at the moment. Feel free to raise this as an enhancement request on JIRA.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jan 2007 16:47:22 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/max-size-of-file-upload/m-p/54017#M32122</guid>
      <dc:creator>gavinc</dc:creator>
      <dc:date>2007-01-24T16:47:22Z</dc:date>
    </item>
    <item>
      <title>Re: max size of file upload</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/max-size-of-file-upload/m-p/54018#M32123</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;So, is there a fixed size limit? If so, what is it?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2007 17:08:13 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/max-size-of-file-upload/m-p/54018#M32123</guid>
      <dc:creator>pparkinson</dc:creator>
      <dc:date>2007-04-20T17:08:13Z</dc:date>
    </item>
    <item>
      <title>Re: max size of file upload</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/max-size-of-file-upload/m-p/54019#M32124</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Do you know if now it is possibile to set the maximum size of the file to upload?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;bye&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Apr 2008 15:48:50 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/max-size-of-file-upload/m-p/54019#M32124</guid>
      <dc:creator>stefano</dc:creator>
      <dc:date>2008-04-04T15:48:50Z</dc:date>
    </item>
    <item>
      <title>Re: max size of file upload</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/max-size-of-file-upload/m-p/54020#M32125</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;SPAN&gt;has this feature been enabled on Alfresco Community 4.0.d?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I can't manage to set the max file upload size before the content is temporarily put on the web server (even using web scripts).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;This could lead to JVM Out of Memory or cause a denial of service if multiple clients try to upload huge contents.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The Alfresco upload Java api seems to rely on Apache Commons upload, which in the org.apache.commons.fileupload.FIleUploadBase.java class has this private parameter:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;/**&lt;BR /&gt;180&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; * The maximum size permitted for a single uploaded file, as opposed&lt;BR /&gt;181&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; * to {@link #sizeMax}. A value of -1 indicates no maximum.&lt;BR /&gt;182&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; */&lt;BR /&gt;183&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; private long fileSizeMax = -1;&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;SPAN&gt;with the correspondant getter/setter.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Can I change this value through Spring or another workaround?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Any update or help would be appreciated.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Sep 2012 14:17:37 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/max-size-of-file-upload/m-p/54020#M32125</guid>
      <dc:creator>abarisone</dc:creator>
      <dc:date>2012-09-10T14:17:37Z</dc:date>
    </item>
    <item>
      <title>Re: max size of file upload</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/max-size-of-file-upload/m-p/54021#M32126</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;We have the similar kind of requirement. i'm trying to upload a video file with 200 MB size thru service and it throws me up with Out of memory error. I've set the JAVA_OPTS in server startup file and still getting the same error. any help really appreciated.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Mar 2013 11:31:01 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/max-size-of-file-upload/m-p/54021#M32126</guid>
      <dc:creator>sgangapa</dc:creator>
      <dc:date>2013-03-19T11:31:01Z</dc:date>
    </item>
  </channel>
</rss>

