<?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: Ajax File Download &#8230; Or&#160;Not</title>
	<atom:link href="http://particletree.com/notebook/ajax-file-download-or-not/feed/" rel="self" type="application/rss+xml" />
	<link>http://particletree.com/notebook/ajax-file-download-or-not/</link>
	<description>Everyone needs a hug.</description>
	<pubDate>Sun, 06 Jul 2008 09:10:07 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: mike</title>
		<link>http://particletree.com/notebook/ajax-file-download-or-not/#comment-24243</link>
		<dc:creator>mike</dc:creator>
		<pubDate>Sat, 13 Oct 2007 00:53:09 +0000</pubDate>
		<guid isPermaLink="false">http://particletree.com/notebook/ajax-file-download-or-not/#comment-24243</guid>
		<description>&lt;p&gt;We try to use ajax file uploads, but now we write plugins for browsers. Why? I think, (first) ajax upload now is not an transparent technology and (second) we have requirements for restore upload process after crash. ps: we try to use flash uploaders,  but it seems also non-stable and raw...&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>We try to use ajax file uploads, but now we write plugins for browsers. Why? I think, (first) ajax upload now is not an transparent technology and (second) we have requirements for restore upload process after crash. ps: we try to use flash uploaders,  but it seems also non-stable and raw&#8230;</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan Campbell</title>
		<link>http://particletree.com/notebook/ajax-file-download-or-not/#comment-24229</link>
		<dc:creator>Ryan Campbell</dc:creator>
		<pubDate>Thu, 11 Oct 2007 14:54:44 +0000</pubDate>
		<guid isPermaLink="false">http://particletree.com/notebook/ajax-file-download-or-not/#comment-24229</guid>
		<description>&lt;p&gt;The conditions for the file are dynamic, so the hidden variable is always changing. I guess a similar example would be those JavaScript libraries that let you build in which functionality you would like before downloading.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>The conditions for the file are dynamic, so the hidden variable is always changing. I guess a similar example would be those JavaScript libraries that let you build in which functionality you would like before downloading.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Kai</title>
		<link>http://particletree.com/notebook/ajax-file-download-or-not/#comment-24228</link>
		<dc:creator>Kai</dc:creator>
		<pubDate>Thu, 11 Oct 2007 14:15:05 +0000</pubDate>
		<guid isPermaLink="false">http://particletree.com/notebook/ajax-file-download-or-not/#comment-24228</guid>
		<description>&lt;p&gt;Well, could't you achieve the same effect with just plain HTML and no Javascript at all?
Why do you need the Javascript in this example?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Well, could&#8217;t you achieve the same effect with just plain HTML and no Javascript at all?
Why do you need the Javascript in this example?</p>]]></content:encoded>
	</item>
	<item>
		<title>By: random8r</title>
		<link>http://particletree.com/notebook/ajax-file-download-or-not/#comment-24226</link>
		<dc:creator>random8r</dc:creator>
		<pubDate>Thu, 11 Oct 2007 07:50:59 +0000</pubDate>
		<guid isPermaLink="false">http://particletree.com/notebook/ajax-file-download-or-not/#comment-24226</guid>
		<description>&lt;p&gt;Yeah, you were pretty silly. It's also fairly common to think that way. It comes about because you're thinking AJAX is "doing something without updating the screen", but AJAX is not that. AJAX is "get the server to give me a response as Javascript and execute it".&lt;/p&gt;

&lt;p&gt;You didn't want Javascript, you wanted a file as a response.&lt;/p&gt;

&lt;p&gt;You need to adjust your thinking to be more precise! :-)&lt;/p&gt;

&lt;p&gt;By the way, here's your hug: [[hug]].&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Yeah, you were pretty silly. It&#8217;s also fairly common to think that way. It comes about because you&#8217;re thinking AJAX is &#8220;doing something without updating the screen&#8221;, but AJAX is not that. AJAX is &#8220;get the server to give me a response as Javascript and execute it&#8221;.</p>

<p>You didn&#8217;t want Javascript, you wanted a file as a response.</p>

<p>You need to adjust your thinking to be more precise! :-)</p>

<p>By the way, here&#8217;s your hug: [[hug]].</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Hemebond</title>
		<link>http://particletree.com/notebook/ajax-file-download-or-not/#comment-24219</link>
		<dc:creator>Hemebond</dc:creator>
		<pubDate>Tue, 09 Oct 2007 12:21:59 +0000</pubDate>
		<guid isPermaLink="false">http://particletree.com/notebook/ajax-file-download-or-not/#comment-24219</guid>
		<description>&lt;p&gt;Erg. I just re-read your second code block. It is just a regular form except it uses Javascript to set variables that would/should be set using form elements. I thought you were doing something with AJAX to get the download.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Erg. I just re-read your second code block. It is just a regular form except it uses Javascript to set variables that would/should be set using form elements. I thought you were doing something with AJAX to get the download.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Hemebond</title>
		<link>http://particletree.com/notebook/ajax-file-download-or-not/#comment-24218</link>
		<dc:creator>Hemebond</dc:creator>
		<pubDate>Tue, 09 Oct 2007 12:18:31 +0000</pubDate>
		<guid isPermaLink="false">http://particletree.com/notebook/ajax-file-download-or-not/#comment-24218</guid>
		<description>&lt;p&gt;If your download doesn't exist, is it not better that the user see the 404 rather than having a form that silently fails to do anything?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>If your download doesn&#8217;t exist, is it not better that the user see the 404 rather than having a form that silently fails to do anything?</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan Campbell</title>
		<link>http://particletree.com/notebook/ajax-file-download-or-not/#comment-24217</link>
		<dc:creator>Ryan Campbell</dc:creator>
		<pubDate>Tue, 09 Oct 2007 11:29:04 +0000</pubDate>
		<guid isPermaLink="false">http://particletree.com/notebook/ajax-file-download-or-not/#comment-24217</guid>
		<description>&lt;p&gt;If you get a 404 or some other error, the user will leave the page. A way around that is to set the target of the form to a new window.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>If you get a 404 or some other error, the user will leave the page. A way around that is to set the target of the form to a new window.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Hemebond</title>
		<link>http://particletree.com/notebook/ajax-file-download-or-not/#comment-24216</link>
		<dc:creator>Hemebond</dc:creator>
		<pubDate>Tue, 09 Oct 2007 10:22:26 +0000</pubDate>
		<guid isPermaLink="false">http://particletree.com/notebook/ajax-file-download-or-not/#comment-24216</guid>
		<description>&lt;p&gt;So what happened when you let the user submit a POST form, which returns nothing, and redirected to the download? What does the browser do?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>So what happened when you let the user submit a POST form, which returns nothing, and redirected to the download? What does the browser do?</p>]]></content:encoded>
	</item>
	<item>
		<title>By: hypotheek</title>
		<link>http://particletree.com/notebook/ajax-file-download-or-not/#comment-24212</link>
		<dc:creator>hypotheek</dc:creator>
		<pubDate>Mon, 08 Oct 2007 23:11:12 +0000</pubDate>
		<guid isPermaLink="false">http://particletree.com/notebook/ajax-file-download-or-not/#comment-24212</guid>
		<description>&lt;p&gt;Thanks for the easy and clearly described post. Im going to try it right away&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks for the easy and clearly described post. Im going to try it right away</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan Campbell</title>
		<link>http://particletree.com/notebook/ajax-file-download-or-not/#comment-24209</link>
		<dc:creator>Ryan Campbell</dc:creator>
		<pubDate>Mon, 08 Oct 2007 16:48:42 +0000</pubDate>
		<guid isPermaLink="false">http://particletree.com/notebook/ajax-file-download-or-not/#comment-24209</guid>
		<description>&lt;p&gt;If the conditions are detailed, they can get quite long. And since the max URL length for IE is ~2000, there are some situations where a POST is needed. In my case, the users are allowed to supply an infinite amount of conditions when "building" their file.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>If the conditions are detailed, they can get quite long. And since the max URL length for IE is ~2000, there are some situations where a POST is needed. In my case, the users are allowed to supply an infinite amount of conditions when &#8220;building&#8221; their file.</p>]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.194 seconds -->
