<?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>Miles Per Hour &#187; Ajax</title>
	<atom:link href="http://miles-per-hour.com/category/code/ajax/feed/" rel="self" type="application/rss+xml" />
	<link>http://miles-per-hour.com</link>
	<description>programming at the speed of 1011000.</description>
	<lastBuildDate>Tue, 20 Mar 2012 18:51:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>AJAX file upload</title>
		<link>http://miles-per-hour.com/2009/02/05/ajax-file-upload/</link>
		<comments>http://miles-per-hour.com/2009/02/05/ajax-file-upload/#comments</comments>
		<pubDate>Thu, 05 Feb 2009 19:23:57 +0000</pubDate>
		<dc:creator>mike@mike-miles.com</dc:creator>
				<category><![CDATA[Ajax]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://mike-miles.com/blog/?p=105</guid>
		<description><![CDATA[Basically a full blown AJAX file upload is not possible, but we can get the feel and effect using a hidden Iframe. I would get a 'permission denied' error when trying to retrieve the content of the Iframe (becuase of security restrictions).  So I needed a work around for that.]]></description>
		<wfw:commentRss>http://miles-per-hour.com/2009/02/05/ajax-file-upload/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

