<?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: Ajaxian multi-file uploads</title>
	<atom:link href="http://dougal.gunters.org/blog/2005/09/27/ajaxian-multi-file-uploads/feed" rel="self" type="application/rss+xml" />
	<link>http://dougal.gunters.org/blog/2005/09/27/ajaxian-multi-file-uploads</link>
	<description>Random musings of a Southern geek</description>
	<pubDate>Thu, 04 Dec 2008 05:16:31 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7-RC1-10026</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ajax Multi-Upload Utility - Habari</title>
		<link>http://dougal.gunters.org/blog/2005/09/27/ajaxian-multi-file-uploads/comment-page-1#comment-163749</link>
		<dc:creator>Ajax Multi-Upload Utility - Habari</dc:creator>
		<pubDate>Sat, 30 Aug 2008 20:26:02 +0000</pubDate>
		<guid isPermaLink="false">http://dougal.gunters.org/?p=666#comment-163749</guid>
		<description>[...] StickBlog has written a great little Ajax-based file upload utility. You can set the number of files allowed at a time, and as you upload, the display is updated with the current files, which you can remove and replace at&#160;will.Now, if only I had the time to re-write the Attach Files plugin for WordPress by Gordon Knoppe to use this&#8230; THAT would be&#160;cool!Hat Tip: geek&#160;ramblings [...]</description>
		<content:encoded><![CDATA[<p>[...] StickBlog has written a great little Ajax-based file upload utility. You can set the number of files allowed at a time, and as you upload, the display is updated with the current files, which you can remove and replace at&nbsp;will.Now, if only I had the time to re-write the Attach Files plugin for WordPress by Gordon Knoppe to use this&#8230; THAT would be&nbsp;cool!Hat Tip: geek&nbsp;ramblings [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Russel Gauthier</title>
		<link>http://dougal.gunters.org/blog/2005/09/27/ajaxian-multi-file-uploads/comment-page-1#comment-35770</link>
		<dc:creator>Russel Gauthier</dc:creator>
		<pubDate>Thu, 05 Jan 2006 16:09:52 +0000</pubDate>
		<guid isPermaLink="false">http://dougal.gunters.org/?p=666#comment-35770</guid>
		<description>Well, it shouldn't take you hours to understand the source, as it's just using an iframe and a regular form post, took me 1 minute or so.  It works...but I guess it doesn't have any of the benefits of AJAX, i.e. the ability to deal with errors and stuff and it would be nice to be able to create a progress bar.  This has been done though.  If you do read a lot you'll find that you can't use the XMLHTTPRequest object anyways at all for file transfers.  So, seeing that we are able to basically do AJAX requests for any other type of form element minus that one, we have to use iframe and eventhough this isn't AJAX per se, it is using something else in order to get the same functionality.</description>
		<content:encoded><![CDATA[<p>Well, it shouldn&#8217;t take you hours to understand the source, as it&#8217;s just using an iframe and a regular form post, took me 1 minute or so.  It works&#8230;but I guess it doesn&#8217;t have any of the benefits of <acronym title='Asynchronous Javascript and XML'><span class='caps'>AJAX</span></acronym>, i.e. the ability to deal with errors and stuff and it would be nice to be able to create a progress bar.  This has been done though.  If you do read a lot you&#8217;ll find that you can&#8217;t use the XMLHTTPRequest object anyways at all for file transfers.  So, seeing that we are able to basically do <acronym title='Asynchronous Javascript and XML'><span class='caps'>AJAX</span></acronym> requests for any other type of form element minus that one, we have to use iframe and eventhough this isn&#8217;t <acronym title='Asynchronous Javascript and XML'><span class='caps'>AJAX</span></acronym> per se, it is using something else in order to get the same functionality.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: matelot</title>
		<link>http://dougal.gunters.org/blog/2005/09/27/ajaxian-multi-file-uploads/comment-page-1#comment-31987</link>
		<dc:creator>matelot</dc:creator>
		<pubDate>Sun, 06 Nov 2005 18:01:00 +0000</pubDate>
		<guid isPermaLink="false">http://dougal.gunters.org/?p=666#comment-31987</guid>
		<description>WTF is going on ?
Why the heck are so many "gurus" calling it "Ajaxian" ???

I'm no guru in Ajax/DHTML so I wasted a couple hours trying to find the AJAX in that neat solution. doh !</description>
		<content:encoded><![CDATA[<p><acronym title='What the F*'><span class='caps'>WTF</span></acronym> is going on ?<br />
Why the heck are so many &#8220;gurus&#8221; calling it &#8220;Ajaxian&#8221; ???</p>
<p>I&#8217;m no guru in Ajax/DHTML so I wasted a couple hours trying to find the <acronym title='Asynchronous Javascript and XML'><span class='caps'>AJAX</span></acronym> in that neat solution. doh !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dougal</title>
		<link>http://dougal.gunters.org/blog/2005/09/27/ajaxian-multi-file-uploads/comment-page-1#comment-29312</link>
		<dc:creator>Dougal</dc:creator>
		<pubDate>Wed, 28 Sep 2005 19:21:14 +0000</pubDate>
		<guid isPermaLink="false">http://dougal.gunters.org/?p=666#comment-29312</guid>
		<description>Well, technically, no, it's not AJAX (it's not Asynchronous or XML). It's more traditional DHTML. However, this demo accomplishes one of the same goals that typical AJAX use does -- it manipulates the web page view without refreshing. Yes, yes, it's still not AJAX, and people have been doing similar things for years. But I'm not inclined to be pedantic over the use of the AJAX label. ;)</description>
		<content:encoded><![CDATA[<p>Well, technically, no, it&#8217;s not <acronym title='Asynchronous Javascript and XML'><span class='caps'>AJAX</span></acronym> (it&#8217;s not Asynchronous or <acronym title='eXtensible Markup Language'><span class='caps'>XML</span></acronym>). It&#8217;s more traditional DHTML. However, this demo accomplishes one of the same goals that typical <acronym title='Asynchronous Javascript and XML'><span class='caps'>AJAX</span></acronym> use does &#8212; it manipulates the web page view without refreshing. Yes, yes, it&#8217;s still not <acronym title='Asynchronous Javascript and XML'><span class='caps'>AJAX</span></acronym>, and people have been doing similar things for years. But I&#8217;m not inclined to be pedantic over the use of the <acronym title='Asynchronous Javascript and XML'><span class='caps'>AJAX</span></acronym> label. <img src='http://dougal.gunters.org/wordpress/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy</title>
		<link>http://dougal.gunters.org/blog/2005/09/27/ajaxian-multi-file-uploads/comment-page-1#comment-29306</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Wed, 28 Sep 2005 17:50:31 +0000</pubDate>
		<guid isPermaLink="false">http://dougal.gunters.org/?p=666#comment-29306</guid>
		<description>Dougal, I read that article yesterday and though his script does some nice DOM manipulation, it isn't AJAX. The uploading is done by an HTML form post. This is just another case of buzzword misuse. :-/</description>
		<content:encoded><![CDATA[<p>Dougal, I read that article yesterday and though his script does some nice <acronym title='Document Object Model'><span class='caps'>DOM</span></acronym> manipulation, it isn&#8217;t <acronym title='Asynchronous Javascript and XML'><span class='caps'>AJAX</span></acronym>. The uploading is done by an <acronym title='HyperText Markup Language'><span class='caps'>HTML</span></acronym> form post. This is just another case of buzzword misuse. :-/</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mathias</title>
		<link>http://dougal.gunters.org/blog/2005/09/27/ajaxian-multi-file-uploads/comment-page-1#comment-29267</link>
		<dc:creator>Mathias</dc:creator>
		<pubDate>Wed, 28 Sep 2005 06:44:26 +0000</pubDate>
		<guid isPermaLink="false">http://dougal.gunters.org/?p=666#comment-29267</guid>
		<description>Also, see &lt;a href="http://ktk.xs4all.nl/stuff/html/simultaneous-uploading-using-iframes/" rel="nofollow"&gt;Simultaneously uploading some files using &lt;code&gt;IFRAME&lt;/code&gt; elements&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>Also, see <a href="http://ktk.xs4all.nl/stuff/html/simultaneous-uploading-using-iframes/" >Simultaneously uploading some files using <code>IFRAME</code> elements</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Incoherent Babble &#187; Blog Archive &#187; Ajax Multi-Upload Utility</title>
		<link>http://dougal.gunters.org/blog/2005/09/27/ajaxian-multi-file-uploads/comment-page-1#comment-29251</link>
		<dc:creator>Incoherent Babble &#187; Blog Archive &#187; Ajax Multi-Upload Utility</dc:creator>
		<pubDate>Wed, 28 Sep 2005 01:27:49 +0000</pubDate>
		<guid isPermaLink="false">http://dougal.gunters.org/?p=666#comment-29251</guid>
		<description>[...] Hat Tip: geek ramblings [...]</description>
		<content:encoded><![CDATA[<p>[...] Hat Tip: geek ramblings [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
