<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: ColdFusion 8 : Changes with File Upload</title>
	<atom:link href="http://www.rupeshk.org/blog/index.php/2007/08/coldfusion-8-changes-with-file-upload/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rupeshk.org/blog/index.php/2007/08/coldfusion-8-changes-with-file-upload/</link>
	<description>My Views on ColdFusion, Java and related technologies</description>
	<lastBuildDate>Tue, 07 Sep 2010 19:54:13 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Steve Stout</title>
		<link>http://www.rupeshk.org/blog/index.php/2007/08/coldfusion-8-changes-with-file-upload/comment-page-1/#comment-278</link>
		<dc:creator>Steve Stout</dc:creator>
		<pubDate>Mon, 30 Jun 2008 21:45:00 +0000</pubDate>
		<guid isPermaLink="false">http://rupesh106.wordpress.com/2007/08/16/coldfusion-8-changes-with-file-upload/#comment-278</guid>
		<description>Increasing the file upload size in the machine.config file is what ultimately fixed this problem for us.&lt;br/&gt;&lt;br/&gt;It&#039;s in the link http://thedotnet.com/nntp/69797/showpost.aspx as listed above.</description>
		<content:encoded><![CDATA[<p>Increasing the file upload size in the machine.config file is what ultimately fixed this problem for us.</p>
<p>It&#8217;s in the link <a href="http://thedotnet.com/nntp/69797/showpost.aspx" rel="nofollow">http://thedotnet.com/nntp/69797/showpost.aspx</a> as listed above.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rupesh Kumar</title>
		<link>http://www.rupeshk.org/blog/index.php/2007/08/coldfusion-8-changes-with-file-upload/comment-page-1/#comment-276</link>
		<dc:creator>Rupesh Kumar</dc:creator>
		<pubDate>Fri, 30 May 2008 12:06:00 +0000</pubDate>
		<guid isPermaLink="false">http://rupesh106.wordpress.com/2007/08/16/coldfusion-8-changes-with-file-upload/#comment-276</guid>
		<description>Yes. It is indeed a bug - thanks to Chee and others for reporting :). We will release a fix for this shortly. I had my setting as 10GB with which everything was working. So for the time being, you can use that as work around till you get the actual fix.</description>
		<content:encoded><![CDATA[<p>Yes. It is indeed a bug &#8211; thanks to Chee and others for reporting <img src='http://www.rupeshk.org/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> . We will release a fix for this shortly. I had my setting as 10GB with which everything was working. So for the time being, you can use that as work around till you get the actual fix.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chee</title>
		<link>http://www.rupeshk.org/blog/index.php/2007/08/coldfusion-8-changes-with-file-upload/comment-page-1/#comment-274</link>
		<dc:creator>Chee</dc:creator>
		<pubDate>Fri, 02 May 2008 04:42:00 +0000</pubDate>
		<guid isPermaLink="false">http://rupesh106.wordpress.com/2007/08/16/coldfusion-8-changes-with-file-upload/#comment-274</guid>
		<description>Rupesh, thanks for the response. In my ColdFusion 8 standard edition, I cannot put any number greater than 2GB in &quot;Maximum size of post data&quot; or else I will receive this error:&lt;br/&gt;&lt;br/&gt;&quot;error Posted content length of 95585 exceeds limit of -2147483648&quot;. &lt;br/&gt;&lt;br/&gt;So, the maximum value I can put in is only 2047 MB. For the &quot;Request Throttle Memory&quot;, if I put in more than 2047 MB, I will receive this error:&lt;br/&gt;&lt;br/&gt;&quot;javax.servlet.ServletException: ROOT CAUSE: &lt;br/&gt;coldfusion.util.MemorySemaphore$MemoryUnavailableException: Memory required (925170494 bytes) exceeds the maximum allowed memory.&quot;&lt;br/&gt;&lt;br/&gt;FYI, I have 2GB of physical RAM on the server. Have you seen the above errors before?</description>
		<content:encoded><![CDATA[<p>Rupesh, thanks for the response. In my ColdFusion 8 standard edition, I cannot put any number greater than 2GB in &#8220;Maximum size of post data&#8221; or else I will receive this error:</p>
<p>&#8220;error Posted content length of 95585 exceeds limit of -2147483648&#8243;. </p>
<p>So, the maximum value I can put in is only 2047 MB. For the &#8220;Request Throttle Memory&#8221;, if I put in more than 2047 MB, I will receive this error:</p>
<p>&#8220;javax.servlet.ServletException: ROOT CAUSE: <br />coldfusion.util.MemorySemaphore$MemoryUnavailableException: Memory required (925170494 bytes) exceeds the maximum allowed memory.&#8221;</p>
<p>FYI, I have 2GB of physical RAM on the server. Have you seen the above errors before?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rupesh Kumar</title>
		<link>http://www.rupeshk.org/blog/index.php/2007/08/coldfusion-8-changes-with-file-upload/comment-page-1/#comment-273</link>
		<dc:creator>Rupesh Kumar</dc:creator>
		<pubDate>Wed, 30 Apr 2008 08:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://rupesh106.wordpress.com/2007/08/16/coldfusion-8-changes-with-file-upload/#comment-273</guid>
		<description>Chee,&lt;br/&gt;In ColdFusion 8, since file upload will not keep it in the memory, you dont need a higher heap size.&lt;br/&gt;&lt;br/&gt;Regarding other settings, you can keep all of these to be very high on your server so that file upload does not go through the throttle at all. In my local setting, I had everything to be 20 GB.</description>
		<content:encoded><![CDATA[<p>Chee,<br />In ColdFusion 8, since file upload will not keep it in the memory, you dont need a higher heap size.</p>
<p>Regarding other settings, you can keep all of these to be very high on your server so that file upload does not go through the throttle at all. In my local setting, I had everything to be 20 GB.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rupesh Kumar</title>
		<link>http://www.rupeshk.org/blog/index.php/2007/08/coldfusion-8-changes-with-file-upload/comment-page-1/#comment-272</link>
		<dc:creator>Rupesh Kumar</dc:creator>
		<pubDate>Wed, 30 Apr 2008 07:51:00 +0000</pubDate>
		<guid isPermaLink="false">http://rupesh106.wordpress.com/2007/08/16/coldfusion-8-changes-with-file-upload/#comment-272</guid>
		<description>Thanks a lot everyone specially John H., Kim and Brian for finding out a solution for this crazy IIS problem.</description>
		<content:encoded><![CDATA[<p>Thanks a lot everyone specially John H., Kim and Brian for finding out a solution for this crazy IIS problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chee</title>
		<link>http://www.rupeshk.org/blog/index.php/2007/08/coldfusion-8-changes-with-file-upload/comment-page-1/#comment-271</link>
		<dc:creator>Chee</dc:creator>
		<pubDate>Mon, 28 Apr 2008 04:35:00 +0000</pubDate>
		<guid isPermaLink="false">http://rupesh106.wordpress.com/2007/08/16/coldfusion-8-changes-with-file-upload/#comment-271</guid>
		<description>Hi Rupesh,&lt;br/&gt;&lt;br/&gt;When you mentioned uploaded 5GB file through ColdFusion 8, may I know what is the setting you used for &quot;Maximum size of post data&quot; and &quot;Request Throttle Memory&quot;? What is your total physical memory size in your machine? &lt;br/&gt;&lt;br/&gt;Thanks!</description>
		<content:encoded><![CDATA[<p>Hi Rupesh,</p>
<p>When you mentioned uploaded 5GB file through ColdFusion 8, may I know what is the setting you used for &#8220;Maximum size of post data&#8221; and &#8220;Request Throttle Memory&#8221;? What is your total physical memory size in your machine? </p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian</title>
		<link>http://www.rupeshk.org/blog/index.php/2007/08/coldfusion-8-changes-with-file-upload/comment-page-1/#comment-270</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Fri, 25 Apr 2008 13:05:00 +0000</pubDate>
		<guid isPermaLink="false">http://rupesh106.wordpress.com/2007/08/16/coldfusion-8-changes-with-file-upload/#comment-270</guid>
		<description>We had the same upload problems with IIS 6 and Cf8.01 until this fix that my project lead implemented based on the posts above. &lt;br/&gt;&lt;br/&gt;The SSLAlwaysNegoClientCert=&quot;TRUE&quot; had to be set in a file called MetaBase.xml found in the directory C:\WINDOWS\system32\inetsrv&lt;br/&gt; &lt;br/&gt;In order to modify this file you have to shutdown the IIS services and web sites.&lt;br/&gt;&lt;br/&gt;Then modify the file by adding the SSLAlwaysNegoClientCert=&quot;TRUE&quot; statement to the xml file in the section IIsWebService.&lt;br/&gt;&lt;br/&gt;There was another SSL statement there already so he put it above that statement as he thought it needed to be in order.&lt;br/&gt; &lt;br/&gt;Once the modifications were complete, then he restarted the services and web sites.</description>
		<content:encoded><![CDATA[<p>We had the same upload problems with IIS 6 and Cf8.01 until this fix that my project lead implemented based on the posts above. </p>
<p>The SSLAlwaysNegoClientCert=&#8221;TRUE&#8221; had to be set in a file called MetaBase.xml found in the directory C:\WINDOWS\system32\inetsrv</p>
<p>In order to modify this file you have to shutdown the IIS services and web sites.</p>
<p>Then modify the file by adding the SSLAlwaysNegoClientCert=&#8221;TRUE&#8221; statement to the xml file in the section IIsWebService.</p>
<p>There was another SSL statement there already so he put it above that statement as he thought it needed to be in order.</p>
<p>Once the modifications were complete, then he restarted the services and web sites.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.rupeshk.org/blog/index.php/2007/08/coldfusion-8-changes-with-file-upload/comment-page-1/#comment-269</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Wed, 23 Apr 2008 19:07:00 +0000</pubDate>
		<guid isPermaLink="false">http://rupesh106.wordpress.com/2007/08/16/coldfusion-8-changes-with-file-upload/#comment-269</guid>
		<description>Kim,&lt;br/&gt;&lt;br/&gt;Could you point us to the syntax of making that change using Adsutil?  We&#039;d like to give that a try.&lt;br/&gt;&lt;br/&gt;Thanks for your post!&lt;br/&gt;&lt;br/&gt;John H.</description>
		<content:encoded><![CDATA[<p>Kim,</p>
<p>Could you point us to the syntax of making that change using Adsutil?  We&#8217;d like to give that a try.</p>
<p>Thanks for your post!</p>
<p>John H.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.rupeshk.org/blog/index.php/2007/08/coldfusion-8-changes-with-file-upload/comment-page-1/#comment-268</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Fri, 11 Apr 2008 11:17:00 +0000</pubDate>
		<guid isPermaLink="false">http://rupesh106.wordpress.com/2007/08/16/coldfusion-8-changes-with-file-upload/#comment-268</guid>
		<description>Good post... Thanks.</description>
		<content:encoded><![CDATA[<p>Good post&#8230; Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kim</title>
		<link>http://www.rupeshk.org/blog/index.php/2007/08/coldfusion-8-changes-with-file-upload/comment-page-1/#comment-267</link>
		<dc:creator>kim</dc:creator>
		<pubDate>Thu, 03 Apr 2008 17:13:00 +0000</pubDate>
		<guid isPermaLink="false">http://rupesh106.wordpress.com/2007/08/16/coldfusion-8-changes-with-file-upload/#comment-267</guid>
		<description>We worked with Microsoft to solve this problem. To summarize what we did to get this issue resolved....&lt;br/&gt;We set SSLALwaysNegoClientCert property to true.  We had to do this with the adsutil not metabase explorer.  The readaheadsize needs to stay as the default values. We have not had any upload problems for a couple weeks and we have uploaded files as large as 100mg.</description>
		<content:encoded><![CDATA[<p>We worked with Microsoft to solve this problem. To summarize what we did to get this issue resolved&#8230;.<br />We set SSLALwaysNegoClientCert property to true.  We had to do this with the adsutil not metabase explorer.  The readaheadsize needs to stay as the default values. We have not had any upload problems for a couple weeks and we have uploaded files as large as 100mg.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
