<?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: Ajax Image Uploading (With Less Suck)</title>
	<atom:link href="http://css-tricks.com/ajax-image-uploading/feed/" rel="self" type="application/rss+xml" />
	<link>http://css-tricks.com/ajax-image-uploading/</link>
	<description>Tips, Tricks, and Techniques on using Cascading Style Sheets.</description>
	<lastBuildDate>Sun, 19 May 2013 16:37:13 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: jmk</title>
		<link>http://css-tricks.com/ajax-image-uploading/#comment-81025</link>
		<dc:creator>jmk</dc:creator>
		<pubDate>Mon, 02 Aug 2010 10:48:14 +0000</pubDate>
		<guid isPermaLink="false">http://css-tricks.com/?p=6522#comment-81025</guid>
		<description><![CDATA[thanks for helping me]]></description>
		<content:encoded><![CDATA[<p>thanks for helping me</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Blaze Pollard</title>
		<link>http://css-tricks.com/ajax-image-uploading/#comment-80611</link>
		<dc:creator>Blaze Pollard</dc:creator>
		<pubDate>Thu, 22 Jul 2010 15:30:16 +0000</pubDate>
		<guid isPermaLink="false">http://css-tricks.com/?p=6522#comment-80611</guid>
		<description><![CDATA[Here is another fun Ajax Thingy.. 

HTML5 Ajax Website http://bit.ly/9hXmZt]]></description>
		<content:encoded><![CDATA[<p>Here is another fun Ajax Thingy.. </p>
<p>HTML5 Ajax Website <a href="http://bit.ly/9hXmZt" rel="nofollow">http://bit.ly/9hXmZt</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://css-tricks.com/ajax-image-uploading/#comment-80541</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Tue, 20 Jul 2010 15:54:42 +0000</pubDate>
		<guid isPermaLink="false">http://css-tricks.com/?p=6522#comment-80541</guid>
		<description><![CDATA[Don&#039;t think the demo works any more, haven&#039;t tested the actual script myself yet. But all i ever see is a lovely photo of Chuck Norris, tested it in Chrome, Safari, Opera, IE7+8 on XP and 7 :)]]></description>
		<content:encoded><![CDATA[<p>Don&#8217;t think the demo works any more, haven&#8217;t tested the actual script myself yet. But all i ever see is a lovely photo of Chuck Norris, tested it in Chrome, Safari, Opera, IE7+8 on XP and 7 :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andry</title>
		<link>http://css-tricks.com/ajax-image-uploading/#comment-80530</link>
		<dc:creator>Andry</dc:creator>
		<pubDate>Tue, 20 Jul 2010 12:04:52 +0000</pubDate>
		<guid isPermaLink="false">http://css-tricks.com/?p=6522#comment-80530</guid>
		<description><![CDATA[Is this work in google chrome ?]]></description>
		<content:encoded><![CDATA[<p>Is this work in google chrome ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Pehl</title>
		<link>http://css-tricks.com/ajax-image-uploading/#comment-80190</link>
		<dc:creator>Michael Pehl</dc:creator>
		<pubDate>Wed, 14 Jul 2010 19:55:52 +0000</pubDate>
		<guid isPermaLink="false">http://css-tricks.com/?p=6522#comment-80190</guid>
		<description><![CDATA[I am using jUploadify in this project here (u can only see it if you are registered, in your profile page (german)) -&gt; http://1click.at/23s6h1]]></description>
		<content:encoded><![CDATA[<p>I am using jUploadify in this project here (u can only see it if you are registered, in your profile page (german)) -&gt; <a href="http://1click.at/23s6h1" rel="nofollow">http://1click.at/23s6h1</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Coyier</title>
		<link>http://css-tricks.com/ajax-image-uploading/#comment-79884</link>
		<dc:creator>Chris Coyier</dc:creator>
		<pubDate>Tue, 06 Jul 2010 00:01:17 +0000</pubDate>
		<guid isPermaLink="false">http://css-tricks.com/?p=6522#comment-79884</guid>
		<description><![CDATA[I&#039;ve been doing some research on this and it&#039;s not looking good. There is a workaround with Firefox which gives you access to a function to grab the image data as a data URI. IE and Opera give you a weird /fakepath/ value, and Safari/Chrome won&#039;t give you any value at all for a file input.]]></description>
		<content:encoded><![CDATA[<p>I&#8217;ve been doing some research on this and it&#8217;s not looking good. There is a workaround with Firefox which gives you access to a function to grab the image data as a data URI. IE and Opera give you a weird /fakepath/ value, and Safari/Chrome won&#8217;t give you any value at all for a file input.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lee Kowalkowski</title>
		<link>http://css-tricks.com/ajax-image-uploading/#comment-79871</link>
		<dc:creator>Lee Kowalkowski</dc:creator>
		<pubDate>Mon, 05 Jul 2010 20:14:29 +0000</pubDate>
		<guid isPermaLink="false">http://css-tricks.com/?p=6522#comment-79871</guid>
		<description><![CDATA[Just found this: http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_26302820.html, apparently it looks like it might not be possible.]]></description>
		<content:encoded><![CDATA[<p>Just found this: <a href="http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_26302820.html" rel="nofollow">http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_26302820.html</a>, apparently it looks like it might not be possible.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: serdar</title>
		<link>http://css-tricks.com/ajax-image-uploading/#comment-79070</link>
		<dc:creator>serdar</dc:creator>
		<pubDate>Tue, 29 Jun 2010 13:16:26 +0000</pubDate>
		<guid isPermaLink="false">http://css-tricks.com/?p=6522#comment-79070</guid>
		<description><![CDATA[can i use this ui in asp.net ?]]></description>
		<content:encoded><![CDATA[<p>can i use this ui in asp.net ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eddy</title>
		<link>http://css-tricks.com/ajax-image-uploading/#comment-78307</link>
		<dc:creator>Eddy</dc:creator>
		<pubDate>Mon, 21 Jun 2010 21:21:20 +0000</pubDate>
		<guid isPermaLink="false">http://css-tricks.com/?p=6522#comment-78307</guid>
		<description><![CDATA[Hehe, this comment just made the whole article pointless.]]></description>
		<content:encoded><![CDATA[<p>Hehe, this comment just made the whole article pointless.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: drooh</title>
		<link>http://css-tricks.com/ajax-image-uploading/#comment-78096</link>
		<dc:creator>drooh</dc:creator>
		<pubDate>Fri, 18 Jun 2010 00:40:21 +0000</pubDate>
		<guid isPermaLink="false">http://css-tricks.com/?p=6522#comment-78096</guid>
		<description><![CDATA[yes, but i would recommend creating a small flash animation similar to a gif. In testing IE froze the gif animation.]]></description>
		<content:encoded><![CDATA[<p>yes, but i would recommend creating a small flash animation similar to a gif. In testing IE froze the gif animation.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced (User agent is rejected)

 Served from: css-tricks.com @ 2013-05-19 10:22:56 by W3 Total Cache -->