<?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"
	>
<channel>
	<title>Comments on: Safari and PHP, File Uploads Solved!</title>
	<atom:link href="http://www.neurofuzzy.net/2006/07/09/safari-and-php-file-uploads-solved/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.neurofuzzy.net/2006/07/09/safari-and-php-file-uploads-solved/</link>
	<description>Geoff Gaudreault's Flash weblog and source files archive.</description>
	<pubDate>Wed, 19 Nov 2008 04:01:33 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: senyahnoj</title>
		<link>http://www.neurofuzzy.net/2006/07/09/safari-and-php-file-uploads-solved/#comment-2552</link>
		<dc:creator>senyahnoj</dc:creator>
		<pubDate>Wed, 12 Nov 2008 10:19:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.neurofuzzy.net/2006/07/09/safari-and-php-file-uploads-solved/#comment-2552</guid>
		<description>For the record this bug also affects Konqueror 3.5.7 (as it shares the same rendering engine as earlier Safaris). 
 
Making the CSS inline doesn&#039;t work though. You need to not hide the form and position a layer over the top. </description>
		<content:encoded><![CDATA[<p>For the record this bug also affects Konqueror 3.5.7 (as it shares the same rendering engine as earlier Safaris). </p>
<p>Making the CSS inline doesn&#039;t work though. You need to not hide the form and position a layer over the top.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ducky</title>
		<link>http://www.neurofuzzy.net/2006/07/09/safari-and-php-file-uploads-solved/#comment-2551</link>
		<dc:creator>Ducky</dc:creator>
		<pubDate>Tue, 11 Nov 2008 09:21:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.neurofuzzy.net/2006/07/09/safari-and-php-file-uploads-solved/#comment-2551</guid>
		<description>I was having the same issue until I read this. I also have some other advice for you. 
 
You don&#039;t need to use relative positioning. Just make sure that you use inline CSS in the element that you&#039;ve been hiding to show that visibility: inherit. 
 
It acts a little nicer when you do that. At least for Safari for Windows. :) </description>
		<content:encoded><![CDATA[<p>I was having the same issue until I read this. I also have some other advice for you. </p>
<p>You don&#039;t need to use relative positioning. Just make sure that you use inline CSS in the element that you&#039;ve been hiding to show that visibility: inherit. </p>
<p>It acts a little nicer when you do that. At least for Safari for Windows. <img src='http://www.neurofuzzy.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bhaskara</title>
		<link>http://www.neurofuzzy.net/2006/07/09/safari-and-php-file-uploads-solved/#comment-2374</link>
		<dc:creator>bhaskara</dc:creator>
		<pubDate>Wed, 14 Nov 2007 09:53:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.neurofuzzy.net/2006/07/09/safari-and-php-file-uploads-solved/#comment-2374</guid>
		<description>Hi,
Please provide me source code for
Safari and PHP, File Uploads Solved!.
thanks,
Bhaskara.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Please provide me source code for<br />
Safari and PHP, File Uploads Solved!.<br />
thanks,<br />
Bhaskara.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John S</title>
		<link>http://www.neurofuzzy.net/2006/07/09/safari-and-php-file-uploads-solved/#comment-2270</link>
		<dc:creator>John S</dc:creator>
		<pubDate>Sun, 29 Apr 2007 08:26:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.neurofuzzy.net/2006/07/09/safari-and-php-file-uploads-solved/#comment-2270</guid>
		<description>I was reading your SAFARI and PHP solution, thanks, I will investigate this. My web site, when the users submit or calculate their forms get a "not a number" error message when they swear they are putting in values. Does not happen with firefox on the MAC.
Have a look at the site, vote and tell everyone you know to get the vote out!
(Assuming you live in the USA)
Thanks again!
John S</description>
		<content:encoded><![CDATA[<p>I was reading your SAFARI and PHP solution, thanks, I will investigate this. My web site, when the users submit or calculate their forms get a &#8220;not a number&#8221; error message when they swear they are putting in values. Does not happen with firefox on the MAC.<br />
Have a look at the site, vote and tell everyone you know to get the vote out!<br />
(Assuming you live in the USA)<br />
Thanks again!<br />
John S</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JR</title>
		<link>http://www.neurofuzzy.net/2006/07/09/safari-and-php-file-uploads-solved/#comment-2015</link>
		<dc:creator>JR</dc:creator>
		<pubDate>Mon, 18 Sep 2006 18:55:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.neurofuzzy.net/2006/07/09/safari-and-php-file-uploads-solved/#comment-2015</guid>
		<description>I got the Same problem
was working fine with IE 5.5 and 6,
Firefox was sending the form , at least in parts , but the files were not uploaded by Firefox.

After reading this article i found that:

I usually put my forms , in between table cell or rows, That was preventing some problem with multiple forms , and the way the browsers display them, something they were acting like  instead of being seamless.

Firefox doesnt like's the forms to be "not shown" i mean that , even if it is there in the page, and it properties are the basic one, 
the  was in between a table cell , usually nothing goes there.
but it was beeing used correctly by explorer. 
and the  were in the table cell so they can be seen

and i had no problem with form having a style of theire own.

after reading this , i moved the  in a normal place eg: in

instead of


this way firefox , send the whole  and the uploaded files correctly</description>
		<content:encoded><![CDATA[<p>I got the Same problem<br />
was working fine with IE 5.5 and 6,<br />
Firefox was sending the form , at least in parts , but the files were not uploaded by Firefox.</p>
<p>After reading this article i found that:</p>
<p>I usually put my forms , in between table cell or rows, That was preventing some problem with multiple forms , and the way the browsers display them, something they were acting like  instead of being seamless.</p>
<p>Firefox doesnt like&#8217;s the forms to be &#8220;not shown&#8221; i mean that , even if it is there in the page, and it properties are the basic one,<br />
the  was in between a table cell , usually nothing goes there.<br />
but it was beeing used correctly by explorer.<br />
and the  were in the table cell so they can be seen</p>
<p>and i had no problem with form having a style of theire own.</p>
<p>after reading this , i moved the  in a normal place eg: in</p>
<p>instead of</p>
<p>this way firefox , send the whole  and the uploaded files correctly</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: thomas</title>
		<link>http://www.neurofuzzy.net/2006/07/09/safari-and-php-file-uploads-solved/#comment-1974</link>
		<dc:creator>thomas</dc:creator>
		<pubDate>Sat, 09 Sep 2006 10:38:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.neurofuzzy.net/2006/07/09/safari-and-php-file-uploads-solved/#comment-1974</guid>
		<description>As I've run into the same right now ... 
yes, it happens also if you just hide it through visibility.</description>
		<content:encoded><![CDATA[<p>As I&#8217;ve run into the same right now &#8230;<br />
yes, it happens also if you just hide it through visibility.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://www.neurofuzzy.net/2006/07/09/safari-and-php-file-uploads-solved/#comment-1891</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Fri, 14 Jul 2006 13:52:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.neurofuzzy.net/2006/07/09/safari-and-php-file-uploads-solved/#comment-1891</guid>
		<description>Just wondering, did the bug also exist if you made the form invisible (as opposed to hidden) ?
CSS:
visibility=hidden;

I don't have Safari to test on.</description>
		<content:encoded><![CDATA[<p>Just wondering, did the bug also exist if you made the form invisible (as opposed to hidden) ?<br />
CSS:<br />
visibility=hidden;</p>
<p>I don&#8217;t have Safari to test on.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
