<?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: Testing File Uploads To A Rack Server</title>
	<atom:link href="http://www.eahanson.com/2009/03/28/testing-file-uploads-to-a-rack-server/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.eahanson.com/2009/03/28/testing-file-uploads-to-a-rack-server/</link>
	<description>My weblog</description>
	<lastBuildDate>Sat, 17 Dec 2011 15:07:27 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Erik</title>
		<link>http://www.eahanson.com/2009/03/28/testing-file-uploads-to-a-rack-server/comment-page-1/#comment-23551</link>
		<dc:creator>Erik</dc:creator>
		<pubDate>Thu, 08 Oct 2009 04:23:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.eahanson.com/?p=78#comment-23551</guid>
		<description>Nice!</description>
		<content:encoded><![CDATA[<p>Nice!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Logan Koester</title>
		<link>http://www.eahanson.com/2009/03/28/testing-file-uploads-to-a-rack-server/comment-page-1/#comment-23543</link>
		<dc:creator>Logan Koester</dc:creator>
		<pubDate>Wed, 07 Oct 2009 17:22:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.eahanson.com/?p=78#comment-23543</guid>
		<description>A solution similar to this has been officially implemented as Rack::Test::UploadedFile

Example:
    post &quot;/photos&quot;, &quot;file&quot; =&gt; Rack::Test::UploadedFile.new(&quot;me.jpg&quot;, &quot;image/jpeg&quot;)

http://gitrdoc.com/rdoc/brynary/rack-test/6d8c25af8592faf2efb3f5ab73b0219eadf30ea4/classes/Rack/Test/UploadedFile.html</description>
		<content:encoded><![CDATA[<p>A solution similar to this has been officially implemented as Rack::Test::UploadedFile</p>
<p>Example:<br />
    post &#8220;/photos&#8221;, &#8220;file&#8221; =&gt; Rack::Test::UploadedFile.new(&#8220;me.jpg&#8221;, &#8220;image/jpeg&#8221;)</p>
<p><a href="http://gitrdoc.com/rdoc/brynary/rack-test/6d8c25af8592faf2efb3f5ab73b0219eadf30ea4/classes/Rack/Test/UploadedFile.html" rel="nofollow">http://gitrdoc.com/rdoc/brynary/rack-test/6d8c25af8592faf2efb3f5ab73b0219eadf30ea4/classes/Rack/Test/UploadedFile.html</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

