<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Nate&#039;s blog &#187; flash uploader</title>
	<atom:link href="http://www.natenewz.com/tag/flash-uploader/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.natenewz.com</link>
	<description>My various projects</description>
	<lastBuildDate>Wed, 27 Oct 2010 00:07:10 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Disabling the Wordpress Flash Uploader</title>
		<link>http://www.natenewz.com/2010/03/06/disabling-the-wordpress-flash-uploader/</link>
		<comments>http://www.natenewz.com/2010/03/06/disabling-the-wordpress-flash-uploader/#comments</comments>
		<pubDate>Sat, 06 Mar 2010 16:42:58 +0000</pubDate>
		<dc:creator>nate</dc:creator>
				<category><![CDATA[None]]></category>
		<category><![CDATA[disable]]></category>
		<category><![CDATA[disabling]]></category>
		<category><![CDATA[flash uploader]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.natenewz.com/?p=328</guid>
		<description><![CDATA[Sometimes it can be finnigy &#8212; the wordpress flash uploader. When it works, it works nicely, but when it doesn&#39;t work it can be frustrating to troubleshoot and fix. If you ever decide that you don&#39;t want it anymore, there is a very simple snippet that will make it look like wordpress never had a [...]]]></description>
			<content:encoded><![CDATA[<p>Sometimes it can be finnigy &#8212; the wordpress flash uploader. When it works, it works nicely, but when it doesn&#39;t work it can be frustrating to troubleshoot and fix. If you ever decide that you don&#39;t want it anymore, there is a very simple snippet that will make it look like wordpress never had a flash uploader at all, and all you see is the html uploader. Create a plugin, add these two lines of code to it, and activate it.</p>
<pre class="prettyprint" id="PHP">&lt;?php
// Disable the flash uploader
add_action(&#39;flash_uploader&#39;, &#39;disableFlashUploader&#39;);
function disableFlashUploader(){return false;}
?&gt;
</pre>
<p><a href="http://www.natenewz.com/wp-content/uploads/2010/03/before.png"><img alt="screenshot of before disabling flash uploader" class="alignleft size-full wp-image-339" height="147" src="http://www.natenewz.com/wp-content/uploads/2010/03/before.png" title="Before" width="486" /></a><a href="http://www.natenewz.com/wp-content/uploads/2010/03/after.png"><img alt="After Disabling the flash uploader" class="alignleft<br />
 size-full wp-image-338" height="147" src="http://www.natenewz.com/wp-content/uploads/2010/03/after.png" title="after" width="416" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.natenewz.com/2010/03/06/disabling-the-wordpress-flash-uploader/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

