<?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: Saving and Loading Files from Web Pages via AJAX</title>
	<atom:link href="http://www.shaftek.org/blog/2006/02/16/saving-and-loading-files-from-web-pages-via-ajax/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.shaftek.org/blog/2006/02/16/saving-and-loading-files-from-web-pages-via-ajax/</link>
	<description>ShafTek.org = SHAFranovich TECHnologies</description>
	<lastBuildDate>Sun, 05 Feb 2012 15:43:17 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Andy</title>
		<link>http://www.shaftek.org/blog/2006/02/16/saving-and-loading-files-from-web-pages-via-ajax/comment-page-1/#comment-212</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Mon, 21 Aug 2006 15:37:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.shaftek.org/blog/2006/02/16/saving-and-loading-files-from-web-pages-via-ajax/#comment-212</guid>
		<description>There is a slight typo in the mozilla implementation:

This:

Components.classes[&quot;@mozilla.org/network/file-output-stream;1&quot;].createInstance(Components.nterfaces.nsIFileOutputStream);

Should be:

Components.classes[&quot;@mozilla.org/network/file-output-stream;1&quot;].createInstance(Components.interfaces.nsIFileOutputStream);
</description>
		<content:encoded><![CDATA[<p>There is a slight typo in the mozilla implementation:</p>
<p>This:</p>
<p>Components.classes["@mozilla.org/network/file-output-stream;1"].createInstance(Components.nterfaces.nsIFileOutputStream);</p>
<p>Should be:</p>
<p>Components.classes["@mozilla.org/network/file-output-stream;1"].createInstance(Components.interfaces.nsIFileOutputStream);</p>
]]></content:encoded>
	</item>
</channel>
</rss>

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

