<?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: XHR progress and rich file upload feedback</title>
	<atom:link href="http://hacks.mozilla.org/2009/06/xhr-progress-and-richer-file-uploading-feedback/feed/" rel="self" type="application/rss+xml" />
	<link>http://hacks.mozilla.org/2009/06/xhr-progress-and-richer-file-uploading-feedback/</link>
	<description></description>
	<lastBuildDate>Sat, 21 Nov 2009 15:59:58 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Anonymous</title>
		<link>http://hacks.mozilla.org/2009/06/xhr-progress-and-richer-file-uploading-feedback/comment-page-1/#comment-36051</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Wed, 11 Nov 2009 14:46:07 +0000</pubDate>
		<guid isPermaLink="false">http://hacks.mozilla.org/?p=682#comment-36051</guid>
		<description>[...]  [...]</description>
		<content:encoded><![CDATA[<p>[...]  [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wirtsi</title>
		<link>http://hacks.mozilla.org/2009/06/xhr-progress-and-richer-file-uploading-feedback/comment-page-1/#comment-27324</link>
		<dc:creator>wirtsi</dc:creator>
		<pubDate>Thu, 08 Oct 2009 06:04:30 +0000</pubDate>
		<guid isPermaLink="false">http://hacks.mozilla.org/?p=682#comment-27324</guid>
		<description>I wrote a follow up to this post ... including some JavaScript sample code on how to locally store all form data and submit it all at a later point

http://blog.mykita.com/2009/10/enqueue-form-uploads-for-better-usability/</description>
		<content:encoded><![CDATA[<p>I wrote a follow up to this post &#8230; including some JavaScript sample code on how to locally store all form data and submit it all at a later point</p>
<p><a href="http://blog.mykita.com/2009/10/enqueue-form-uploads-for-better-usability/" rel="nofollow">http://blog.mykita.com/2009/10/enqueue-form-uploads-for-better-usability/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://hacks.mozilla.org/2009/06/xhr-progress-and-richer-file-uploading-feedback/comment-page-1/#comment-14664</link>
		<dc:creator>John</dc:creator>
		<pubDate>Wed, 09 Sep 2009 20:14:45 +0000</pubDate>
		<guid isPermaLink="false">http://hacks.mozilla.org/?p=682#comment-14664</guid>
		<description>How would someone post text field data along with the file upload to the same target page? Could you give us PHP code for the receiving page?</description>
		<content:encoded><![CDATA[<p>How would someone post text field data along with the file upload to the same target page? Could you give us PHP code for the receiving page?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Drag and drop file uploading using JavaScript &#124; The CSS Ninja - All things CSS, Javascript &#38; xhtml</title>
		<link>http://hacks.mozilla.org/2009/06/xhr-progress-and-richer-file-uploading-feedback/comment-page-1/#comment-14073</link>
		<dc:creator>Drag and drop file uploading using JavaScript &#124; The CSS Ninja - All things CSS, Javascript &#38; xhtml</dc:creator>
		<pubDate>Sun, 30 Aug 2009 04:41:10 +0000</pubDate>
		<guid isPermaLink="false">http://hacks.mozilla.org/?p=682#comment-14073</guid>
		<description>[...] few people have already figured out and demonstrated multiple file uploading in safari 4 and a similar version that works in Firefox 3.5, although you can&#8217;t select multiple files you can upload more than [...]</description>
		<content:encoded><![CDATA[<p>[...] few people have already figured out and demonstrated multiple file uploading in safari 4 and a similar version that works in Firefox 3.5, although you can&#8217;t select multiple files you can upload more than [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 谋智社区 &#187; Blog Archives &#187; 颠覆网络35天 ─ 使用XHR制作文件上传组件</title>
		<link>http://hacks.mozilla.org/2009/06/xhr-progress-and-richer-file-uploading-feedback/comment-page-1/#comment-2854</link>
		<dc:creator>谋智社区 &#187; Blog Archives &#187; 颠覆网络35天 ─ 使用XHR制作文件上传组件</dc:creator>
		<pubDate>Tue, 04 Aug 2009 04:18:42 +0000</pubDate>
		<guid isPermaLink="false">http://hacks.mozilla.org/?p=682#comment-2854</guid>
		<description>[...] 原文地址：XHR progress and rich file upload feedback 系列地址：颠覆网络35天 [...]</description>
		<content:encoded><![CDATA[<p>[...] 原文地址：XHR progress and rich file upload feedback 系列地址：颠覆网络35天 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Neale</title>
		<link>http://hacks.mozilla.org/2009/06/xhr-progress-and-richer-file-uploading-feedback/comment-page-1/#comment-1850</link>
		<dc:creator>Neale</dc:creator>
		<pubDate>Mon, 13 Jul 2009 14:41:35 +0000</pubDate>
		<guid isPermaLink="false">http://hacks.mozilla.org/?p=682#comment-1850</guid>
		<description>Great example, but I&#039;m stuck on one thing.  In the wonderful world of Firefox-based web applications, I&#039;ve got a requirement where I am using XHR to POST a zip file which is then processed, resulting in a processed ZIP file being returned.

What should be easy is for me to be able to get a handle on the async result, and to be able to either open that in a new window, or, as would happen in my case, get the download prompt.

One option I have is to cache the resource on the server, and return a 201 + Location: for the cached zip, but that&#039;s not ideal.  I&#039;d rather just stream the new zip out without hitting the disk.

Any clues how I can do this?</description>
		<content:encoded><![CDATA[<p>Great example, but I&#8217;m stuck on one thing.  In the wonderful world of Firefox-based web applications, I&#8217;ve got a requirement where I am using XHR to POST a zip file which is then processed, resulting in a processed ZIP file being returned.</p>
<p>What should be easy is for me to be able to get a handle on the async result, and to be able to either open that in a new window, or, as would happen in my case, get the download prompt.</p>
<p>One option I have is to cache the resource on the server, and return a 201 + Location: for the cached zip, but that&#8217;s not ideal.  I&#8217;d rather just stream the new zip out without hitting the disk.</p>
<p>Any clues how I can do this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mikko Ohtamaa</title>
		<link>http://hacks.mozilla.org/2009/06/xhr-progress-and-richer-file-uploading-feedback/comment-page-1/#comment-1553</link>
		<dc:creator>Mikko Ohtamaa</dc:creator>
		<pubDate>Mon, 06 Jul 2009 10:15:00 +0000</pubDate>
		<guid isPermaLink="false">http://hacks.mozilla.org/?p=682#comment-1553</guid>
		<description>Could it be possible to resume uploads? This is an issue when trasferring large (video) files to the server?</description>
		<content:encoded><![CDATA[<p>Could it be possible to resume uploads? This is an issue when trasferring large (video) files to the server?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Upgrade to Firefox 3.5 on Ubuntu 9.04 &#8211; Jaunty Jackalope &#124; gaarai.com</title>
		<link>http://hacks.mozilla.org/2009/06/xhr-progress-and-richer-file-uploading-feedback/comment-page-1/#comment-1312</link>
		<dc:creator>Upgrade to Firefox 3.5 on Ubuntu 9.04 &#8211; Jaunty Jackalope &#124; gaarai.com</dc:creator>
		<pubDate>Thu, 02 Jul 2009 00:26:28 +0000</pubDate>
		<guid isPermaLink="false">http://hacks.mozilla.org/?p=682#comment-1312</guid>
		<description>[...] upload progress bars without the use of Flash or insane amounts of [...]</description>
		<content:encoded><![CDATA[<p>[...] upload progress bars without the use of Flash or insane amounts of [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: File Uploads in Firefox 3.5 &#171; From Accessibility to Zope</title>
		<link>http://hacks.mozilla.org/2009/06/xhr-progress-and-richer-file-uploading-feedback/comment-page-1/#comment-952</link>
		<dc:creator>File Uploads in Firefox 3.5 &#171; From Accessibility to Zope</dc:creator>
		<pubDate>Sat, 27 Jun 2009 13:26:12 +0000</pubDate>
		<guid isPermaLink="false">http://hacks.mozilla.org/?p=682#comment-952</guid>
		<description>[...] improved developer control of browser-native file uploads, something I wishlisted back in 2007, is going to be available in the upcoming Firefox [...]</description>
		<content:encoded><![CDATA[<p>[...] improved developer control of browser-native file uploads, something I wishlisted back in 2007, is going to be available in the upcoming Firefox [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arun Ranganathan</title>
		<link>http://hacks.mozilla.org/2009/06/xhr-progress-and-richer-file-uploading-feedback/comment-page-1/#comment-730</link>
		<dc:creator>Arun Ranganathan</dc:creator>
		<pubDate>Mon, 22 Jun 2009 19:13:54 +0000</pubDate>
		<guid isPermaLink="false">http://hacks.mozilla.org/?p=682#comment-730</guid>
		<description>@schrep: synchronous stuff like *.getAsBinary() won&#039;t have support from other vendors.  I&#039;m working on evolving &lt;a href=&quot;http://dev.w3.org/2006/webapi/FileUpload/publish/FileAPI.xhtml&quot; rel=&quot;nofollow&quot;&gt;an asynchronous File API&lt;/a&gt; (with callbacks).  ProgressEvent support, however, will also be supported by other browsers.</description>
		<content:encoded><![CDATA[<p>@schrep: synchronous stuff like *.getAsBinary() won&#8217;t have support from other vendors.  I&#8217;m working on evolving <a href="http://dev.w3.org/2006/webapi/FileUpload/publish/FileAPI.xhtml" rel="nofollow">an asynchronous File API</a> (with callbacks).  ProgressEvent support, however, will also be supported by other browsers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christopher Blizzard</title>
		<link>http://hacks.mozilla.org/2009/06/xhr-progress-and-richer-file-uploading-feedback/comment-page-1/#comment-722</link>
		<dc:creator>Christopher Blizzard</dc:creator>
		<pubDate>Mon, 22 Jun 2009 16:11:42 +0000</pubDate>
		<guid isPermaLink="false">http://hacks.mozilla.org/?p=682#comment-722</guid>
		<description>@schrep - I&#039;m not sure.  I know that a lot of this stuff is showing up in the specs and the WK guys are pretty strong on this stuff so I&#039;m sure that time frame will be short.

IE is a different matter but they have picked up some new recent standards in recent versions.  I&#039;ll check with Arun to see if he has any feedback.</description>
		<content:encoded><![CDATA[<p>@schrep &#8211; I&#8217;m not sure.  I know that a lot of this stuff is showing up in the specs and the WK guys are pretty strong on this stuff so I&#8217;m sure that time frame will be short.</p>
<p>IE is a different matter but they have picked up some new recent standards in recent versions.  I&#8217;ll check with Arun to see if he has any feedback.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 颠覆网络35天 ─ 使用XHR制作文件上传组件 &#60; MJiA</title>
		<link>http://hacks.mozilla.org/2009/06/xhr-progress-and-richer-file-uploading-feedback/comment-page-1/#comment-699</link>
		<dc:creator>颠覆网络35天 ─ 使用XHR制作文件上传组件 &#60; MJiA</dc:creator>
		<pubDate>Mon, 22 Jun 2009 06:36:41 +0000</pubDate>
		<guid isPermaLink="false">http://hacks.mozilla.org/?p=682#comment-699</guid>
		<description>[...] 原文地址：XHR progress and rich file upload feedback 系列地址：颠覆网络35天 [...]</description>
		<content:encoded><![CDATA[<p>[...] 原文地址：XHR progress and rich file upload feedback 系列地址：颠覆网络35天 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: schrep</title>
		<link>http://hacks.mozilla.org/2009/06/xhr-progress-and-richer-file-uploading-feedback/comment-page-1/#comment-684</link>
		<dc:creator>schrep</dc:creator>
		<pubDate>Sun, 21 Jun 2009 19:06:43 +0000</pubDate>
		<guid isPermaLink="false">http://hacks.mozilla.org/?p=682#comment-684</guid>
		<description>This is really cool - any idea on what other browsers do or will support this?</description>
		<content:encoded><![CDATA[<p>This is really cool &#8211; any idea on what other browsers do or will support this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Firefox 3.5</title>
		<link>http://hacks.mozilla.org/2009/06/xhr-progress-and-richer-file-uploading-feedback/comment-page-1/#comment-660</link>
		<dc:creator>Firefox 3.5</dc:creator>
		<pubDate>Sat, 20 Jun 2009 21:34:19 +0000</pubDate>
		<guid isPermaLink="false">http://hacks.mozilla.org/?p=682#comment-660</guid>
		<description>[...]  Feedback mais rico nos uploads de ficheiros  [...]</description>
		<content:encoded><![CDATA[<p>[...]  Feedback mais rico nos uploads de ficheiros  [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mariusz Nowak</title>
		<link>http://hacks.mozilla.org/2009/06/xhr-progress-and-richer-file-uploading-feedback/comment-page-1/#comment-634</link>
		<dc:creator>Mariusz Nowak</dc:creator>
		<pubDate>Sat, 20 Jun 2009 14:14:38 +0000</pubDate>
		<guid isPermaLink="false">http://hacks.mozilla.org/?p=682#comment-634</guid>
		<description>I think much bigger limitation is lack of multi-file select and progress indicator is not that useful with just one file upload.
So please please implement multi-file select.. Opera and Safari already has that ;-)</description>
		<content:encoded><![CDATA[<p>I think much bigger limitation is lack of multi-file select and progress indicator is not that useful with just one file upload.<br />
So please please implement multi-file select.. Opera and Safari already has that <img src='http://hacks.mozilla.org/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gilberto Ramos</title>
		<link>http://hacks.mozilla.org/2009/06/xhr-progress-and-richer-file-uploading-feedback/comment-page-1/#comment-576</link>
		<dc:creator>Gilberto Ramos</dc:creator>
		<pubDate>Fri, 19 Jun 2009 15:00:19 +0000</pubDate>
		<guid isPermaLink="false">http://hacks.mozilla.org/?p=682#comment-576</guid>
		<description>I should read more about XHR! This looks wonderful..</description>
		<content:encoded><![CDATA[<p>I should read more about XHR! This looks wonderful..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: voracity</title>
		<link>http://hacks.mozilla.org/2009/06/xhr-progress-and-richer-file-uploading-feedback/comment-page-1/#comment-560</link>
		<dc:creator>voracity</dc:creator>
		<pubDate>Fri, 19 Jun 2009 11:12:44 +0000</pubDate>
		<guid isPermaLink="false">http://hacks.mozilla.org/?p=682#comment-560</guid>
		<description>Wow, I never knew you could read file contents in 3.0. Awesome. I&#039;m loving h.m.o.</description>
		<content:encoded><![CDATA[<p>Wow, I never knew you could read file contents in 3.0. Awesome. I&#8217;m loving h.m.o.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: links for 2009-06-19 &#124; burningCat</title>
		<link>http://hacks.mozilla.org/2009/06/xhr-progress-and-richer-file-uploading-feedback/comment-page-1/#comment-556</link>
		<dc:creator>links for 2009-06-19 &#124; burningCat</dc:creator>
		<pubDate>Fri, 19 Jun 2009 08:14:52 +0000</pubDate>
		<guid isPermaLink="false">http://hacks.mozilla.org/?p=682#comment-556</guid>
		<description>[...] XHR progress and rich file upload feedback at hacks.mozilla.org A common limitation on the web today has been a rich file upload widget for web applications. Many sites use Flash or a desktop helper applications to improve the experience of uploading files. [...]</description>
		<content:encoded><![CDATA[<p>[...] XHR progress and rich file upload feedback at hacks.mozilla.org A common limitation on the web today has been a rich file upload widget for web applications. Many sites use Flash or a desktop helper applications to improve the experience of uploading files. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ook interessant &#124; Scriptorama.nl</title>
		<link>http://hacks.mozilla.org/2009/06/xhr-progress-and-richer-file-uploading-feedback/comment-page-1/#comment-550</link>
		<dc:creator>Ook interessant &#124; Scriptorama.nl</dc:creator>
		<pubDate>Fri, 19 Jun 2009 05:48:02 +0000</pubDate>
		<guid isPermaLink="false">http://hacks.mozilla.org/?p=682#comment-550</guid>
		<description>[...] XHR Progress and Richer File Uploading Feedback - Scriptorama heeft er al eens eerder over geschreven: file upload progressbars. De mensen van Firefox geven nu nóg een methode. [...]</description>
		<content:encoded><![CDATA[<p>[...] XHR Progress and Richer File Uploading Feedback &#8211; Scriptorama heeft er al eens eerder over geschreven: file upload progressbars. De mensen van Firefox geven nu nóg een methode. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: @F1LT3R</title>
		<link>http://hacks.mozilla.org/2009/06/xhr-progress-and-richer-file-uploading-feedback/comment-page-1/#comment-544</link>
		<dc:creator>@F1LT3R</dc:creator>
		<pubDate>Fri, 19 Jun 2009 02:19:11 +0000</pubDate>
		<guid isPermaLink="false">http://hacks.mozilla.org/?p=682#comment-544</guid>
		<description>Very cool! I have been wishing this was possible for about 5 years. Cool demo.</description>
		<content:encoded><![CDATA[<p>Very cool! I have been wishing this was possible for about 5 years. Cool demo.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
