<?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: Multipart Form Post in C#</title>
	<atom:link href="http://www.briangrinstead.com/blog/multipart-form-post-in-c/feed" rel="self" type="application/rss+xml" />
	<link>http://www.briangrinstead.com/blog/multipart-form-post-in-c</link>
	<description></description>
	<lastBuildDate>Thu, 02 Feb 2012 01:23:51 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Tomas</title>
		<link>http://www.briangrinstead.com/blog/multipart-form-post-in-c/comment-page-2#comment-46519</link>
		<dc:creator>Tomas</dc:creator>
		<pubDate>Wed, 18 Jan 2012 08:45:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.briangrinstead.com/?p=119#comment-46519</guid>
		<description>I have searching for solution about three days, the Internet full of codes which show how to post file and additional data using c#. The difference between Your code and others which I found is that Your code actually works. The internet full of junk and it takes a time to find gems :) Thank you Brian!</description>
		<content:encoded><![CDATA[<p>I have searching for solution about three days, the Internet full of codes which show how to post file and additional data using c#. The difference between Your code and others which I found is that Your code actually works. The internet full of junk and it takes a time to find gems :) Thank you Brian!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: california mortgage brokers + email list</title>
		<link>http://www.briangrinstead.com/blog/multipart-form-post-in-c/comment-page-2#comment-45750</link>
		<dc:creator>california mortgage brokers + email list</dc:creator>
		<pubDate>Tue, 03 Jan 2012 23:23:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.briangrinstead.com/?p=119#comment-45750</guid>
		<description>I donâ€™t even know how I ended up here, but I thought this post was good. I donâ€™t know who you&#039;re but certainly you are going to a famous blogger in case you arenâ€™t already   Cheers!â€¦ Heya iâ€™m for the very first time here. I found this board and I uncover It really helpful &amp; it helped me out a lot. I hope to give something back and aid other people like you helped meâ€¦.</description>
		<content:encoded><![CDATA[<p>I donâ€™t even know how I ended up here, but I thought this post was good. I donâ€™t know who you&#8217;re but certainly you are going to a famous blogger in case you arenâ€™t already   Cheers!â€¦ Heya iâ€™m for the very first time here. I found this board and I uncover It really helpful &amp; it helped me out a lot. I hope to give something back and aid other people like you helped meâ€¦.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: unmetered bandwidth</title>
		<link>http://www.briangrinstead.com/blog/multipart-form-post-in-c/comment-page-2#comment-45172</link>
		<dc:creator>unmetered bandwidth</dc:creator>
		<pubDate>Fri, 30 Dec 2011 09:11:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.briangrinstead.com/?p=119#comment-45172</guid>
		<description>I savour, lead to I discovered just what I used to be taking a look for. You have ended my 4 day long hunt! God Bless you man. Have a nice day. Bye</description>
		<content:encoded><![CDATA[<p>I savour, lead to I discovered just what I used to be taking a look for. You have ended my 4 day long hunt! God Bless you man. Have a nice day. Bye</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Melodi Darvin</title>
		<link>http://www.briangrinstead.com/blog/multipart-form-post-in-c/comment-page-2#comment-42708</link>
		<dc:creator>Melodi Darvin</dc:creator>
		<pubDate>Sun, 11 Dec 2011 14:11:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.briangrinstead.com/?p=119#comment-42708</guid>
		<description>really useful Here&#039;s some mildly amuzing stuff I found: Thought for the day? : I went to the museum where they had all the heads and arms from the statues that are in all the other museums.</description>
		<content:encoded><![CDATA[<p>really useful Here&#8217;s some mildly amuzing stuff I found: Thought for the day? : I went to the museum where they had all the heads and arms from the statues that are in all the other museums.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gerben Vos</title>
		<link>http://www.briangrinstead.com/blog/multipart-form-post-in-c/comment-page-2#comment-38308</link>
		<dc:creator>Gerben Vos</dc:creator>
		<pubDate>Thu, 27 Oct 2011 11:39:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.briangrinstead.com/?p=119#comment-38308</guid>
		<description>Please use something like
&lt;pre lang=&quot;csharp&quot;&gt;String.Format(&quot;----------{0:N}&quot;, Guid.NewGuid());&lt;/pre&gt;
instead of a hard-coded boundary. For example, it would now be impossible to upload this very page using this code, because the data would contain the boundary. Having a random boundary makes the chance of that happening near-infinitely small.</description>
		<content:encoded><![CDATA[<p>Please use something like</p>

<div class="wp_syntax"><div class="code"><pre class="csharp" style="font-family:monospace;"><span style="color: #6666cc; font-weight: bold;color: #0000FF;">String</span><span style="color: #008000;color: #000000;">.</span><span style="color: #0000FF;">Format</span><span style="color: #008000;color: #000000;">&#40;</span><span style="color: #666666;color: #808080;">&quot;----------{0:N}&quot;</span>, Guid<span style="color: #008000;color: #000000;">.</span><span style="color: #0000FF;">NewGuid</span><span style="color: #008000;color: #000000;">&#40;</span><span style="color: #008000;color: #000000;">&#41;</span><span style="color: #008000;color: #000000;">&#41;</span><span style="color: #008000;color: #000000;">;</span></pre></div></div>

<p>instead of a hard-coded boundary. For example, it would now be impossible to upload this very page using this code, because the data would contain the boundary. Having a random boundary makes the chance of that happening near-infinitely small.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff</title>
		<link>http://www.briangrinstead.com/blog/multipart-form-post-in-c/comment-page-2#comment-32410</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Tue, 30 Aug 2011 15:26:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.briangrinstead.com/?p=119#comment-32410</guid>
		<description>Thanks Brian! After two full days of grinding on this myself I found your post and all was solved. Thanks Again!</description>
		<content:encoded><![CDATA[<p>Thanks Brian! After two full days of grinding on this myself I found your post and all was solved. Thanks Again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rheba Charlebois</title>
		<link>http://www.briangrinstead.com/blog/multipart-form-post-in-c/comment-page-2#comment-31970</link>
		<dc:creator>Rheba Charlebois</dc:creator>
		<pubDate>Wed, 24 Aug 2011 05:18:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.briangrinstead.com/?p=119#comment-31970</guid>
		<description>Hi there, I found your blog via Google at the same time as looking for a related matter, your site got here up, it looks good. I&#039;ve bookmarked it in my google bookmarks.</description>
		<content:encoded><![CDATA[<p>Hi there, I found your blog via Google at the same time as looking for a related matter, your site got here up, it looks good. I&#8217;ve bookmarked it in my google bookmarks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dung</title>
		<link>http://www.briangrinstead.com/blog/multipart-form-post-in-c/comment-page-1#comment-30133</link>
		<dc:creator>Dung</dc:creator>
		<pubDate>Wed, 27 Jul 2011 10:46:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.briangrinstead.com/?p=119#comment-30133</guid>
		<description>Excellent and Thank you !</description>
		<content:encoded><![CDATA[<p>Excellent and Thank you !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jibin</title>
		<link>http://www.briangrinstead.com/blog/multipart-form-post-in-c/comment-page-1#comment-30061</link>
		<dc:creator>jibin</dc:creator>
		<pubDate>Tue, 26 Jul 2011 06:09:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.briangrinstead.com/?p=119#comment-30061</guid>
		<description>Hi now i am able to avoid the error
{“The underlying connection was closed: An unexpected error occurred on a receive.”}
{“Unable to read data from the transport connection: An established connection was aborted by the software in your host machine.”}

by properly arrange the header values.(by examine the request via fiddler tool)


 But now i am facing this error
The remote server returned an error: (502) Bad Gateway. error , whats the reason?</description>
		<content:encoded><![CDATA[<p>Hi now i am able to avoid the error<br />
{“The underlying connection was closed: An unexpected error occurred on a receive.”}<br />
{“Unable to read data from the transport connection: An established connection was aborted by the software in your host machine.”}</p>
<p>by properly arrange the header values.(by examine the request via fiddler tool)</p>
<p> But now i am facing this error<br />
The remote server returned an error: (502) Bad Gateway. error , whats the reason?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jibin</title>
		<link>http://www.briangrinstead.com/blog/multipart-form-post-in-c/comment-page-1#comment-29766</link>
		<dc:creator>jibin</dc:creator>
		<pubDate>Fri, 22 Jul 2011 10:28:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.briangrinstead.com/?p=119#comment-29766</guid>
		<description>Hi, i tried the code mentioned here and its not working for me 
i got the error or exception 
{&quot;The underlying connection was closed: An unexpected error occurred on a receive.&quot;}
{&quot;Unable to read data from the transport connection: An established connection was aborted by the software in your host machine.&quot;}

at the line &quot;     return request.GetResponse() as HttpWebResponse;
 
I disable antivirus, firewall on my system and still i rxv same error. Any method to solve this error

Thanks</description>
		<content:encoded><![CDATA[<p>Hi, i tried the code mentioned here and its not working for me<br />
i got the error or exception<br />
{&#8220;The underlying connection was closed: An unexpected error occurred on a receive.&#8221;}<br />
{&#8220;Unable to read data from the transport connection: An established connection was aborted by the software in your host machine.&#8221;}</p>
<p>at the line &#8221;     return request.GetResponse() as HttpWebResponse;</p>
<p>I disable antivirus, firewall on my system and still i rxv same error. Any method to solve this error</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>

