<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: Safari and Firefox multipart form submission differences</title>
	<link>http://www.brianmcquay.com/safari-and-firefox-multipart-form-submission-differences/96</link>
	<description>My Ruby on Rails experience, web development tips including SEO, and contributions to open source projects</description>
	<pubDate>Wed, 07 Jan 2009 17:41:09 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.2</generator>
		<item>
		<title>By: admin</title>
		<link>http://www.brianmcquay.com/safari-and-firefox-multipart-form-submission-differences/96#comment-1313</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Mon, 30 Jul 2007 08:08:26 +0000</pubDate>
		<guid>http://www.brianmcquay.com/safari-and-firefox-multipart-form-submission-differences/96#comment-1313</guid>
		<description>I think I might be wrong about this whole thing now. Both browsers are sending the file variable over. For some reason in Rails params[:file][:name].original_filename = '' when Firefox submit the form and params[:file][:name] = '' when Safari submits it.

That tells me Safari isn't sending over the form as multipart when a file isn't selected. Lame Safari. I specified it in the form tag. Do what I say already!</description>
		<content:encoded><![CDATA[<p>I think I might be wrong about this whole thing now. Both browsers are sending the file variable over. For some reason in Rails params[:file][:name].original_filename = &#8221; when Firefox submit the form and params[:file][:name] = &#8221; when Safari submits it.</p>
<p>That tells me Safari isn&#8217;t sending over the form as multipart when a file isn&#8217;t selected. Lame Safari. I specified it in the form tag. Do what I say already!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
