<?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: Drag and drop file uploading using JavaScript</title>
	<atom:link href="http://www.thecssninja.com/javascript/drag-and-drop-upload/feed" rel="self" type="application/rss+xml" />
	<link>http://www.thecssninja.com/javascript/drag-and-drop-upload</link>
	<description>All things CSS, Javascript &#38; xhtml</description>
	<lastBuildDate>Tue, 07 Sep 2010 21:49:48 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
	<item>
		<title>By: NakajiJapan &#187; FileApi + DragAndDrop + JQueryでドロップした画像ファイルを画面に描画する</title>
		<link>http://www.thecssninja.com/javascript/drag-and-drop-upload/comment-page-1#comment-2040</link>
		<dc:creator>NakajiJapan &#187; FileApi + DragAndDrop + JQueryでドロップした画像ファイルを画面に描画する</dc:creator>
		<pubDate>Sun, 05 Sep 2010 12:33:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.thecssninja.com/?p=430#comment-2040</guid>
		<description>[...] Drag and drop file uploading using JavaScript ※コード汚かったけど結構参考になりました。ここだとSVGとかXHRとかもつかってアプロード中の処理もやってるからすごい。 [...]</description>
		<content:encoded><![CDATA[<p>[...] Drag and drop file uploading using JavaScript ※コード汚かったけど結構参考になりました。ここだとSVGとかXHRとかもつかってアプロード中の処理もやってるからすごい。 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gesucht: php-Script für Funktion &#34;Neue Seite&#34; - Seite 2 - php.de</title>
		<link>http://www.thecssninja.com/javascript/drag-and-drop-upload/comment-page-1#comment-1902</link>
		<dc:creator>Gesucht: php-Script für Funktion &#34;Neue Seite&#34; - Seite 2 - php.de</dc:creator>
		<pubDate>Fri, 30 Jul 2010 17:35:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.thecssninja.com/?p=430#comment-1902</guid>
		<description>[...] in Websites, in die der Text einfach reingeschrieben oder -kopiert wird (siehe QuickChange) - der Bildwechsel per drag&amp;drop ist ja auch nicht mehr weit.  Und wenn wir neue Seiten brauchen, dann gehen wir ins FTP und kopieren sie manuell, und nebenher [...]</description>
		<content:encoded><![CDATA[<p>[...] in Websites, in die der Text einfach reingeschrieben oder -kopiert wird (siehe QuickChange) &#8211; der Bildwechsel per drag&amp;drop ist ja auch nicht mehr weit.  Und wenn wir neue Seiten brauchen, dann gehen wir ins FTP und kopieren sie manuell, und nebenher [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The Css Ninja</title>
		<link>http://www.thecssninja.com/javascript/drag-and-drop-upload/comment-page-1#comment-1896</link>
		<dc:creator>The Css Ninja</dc:creator>
		<pubDate>Wed, 28 Jul 2010 23:25:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.thecssninja.com/?p=430#comment-1896</guid>
		<description>@Philip S - If you&#039;re talking about the size limit on my demo it&#039;s just an if statement checking the size, you can remove that and the user can upload any sized file. Only issue is that, like you mentioned, it will load all of them into memory. Good news about that is the File API spec editors are aware of this and have added the url attribute which creates a random string that links back to the file rather than loading it into memory. The Bad news is it&#039;s only currently in Firefox 4.</description>
		<content:encoded><![CDATA[<p>@Philip S &#8211; If you&#8217;re talking about the size limit on my demo it&#8217;s just an if statement checking the size, you can remove that and the user can upload any sized file. Only issue is that, like you mentioned, it will load all of them into memory. Good news about that is the File API spec editors are aware of this and have added the url attribute which creates a random string that links back to the file rather than loading it into memory. The Bad news is it&#8217;s only currently in Firefox 4.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Philip Snyder</title>
		<link>http://www.thecssninja.com/javascript/drag-and-drop-upload/comment-page-1#comment-1894</link>
		<dc:creator>Philip Snyder</dc:creator>
		<pubDate>Wed, 28 Jul 2010 19:32:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.thecssninja.com/?p=430#comment-1894</guid>
		<description>Hi! Nice work here. I&#039;ve been working on something very similar for our site. Have it working in FF and WebKit browsers. Unfortunately, the file size issue is a major show stopper. How do you tell your users &quot;use this to upload your files --- unless they&#039;re bigger than this size&quot;? There has to be some other way to do this than reading all the files into memory... anyone?</description>
		<content:encoded><![CDATA[<p>Hi! Nice work here. I&#8217;ve been working on something very similar for our site. Have it working in FF and WebKit browsers. Unfortunately, the file size issue is a major show stopper. How do you tell your users &#8220;use this to upload your files &#8212; unless they&#8217;re bigger than this size&#8221;? There has to be some other way to do this than reading all the files into memory&#8230; anyone?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jmactacular</title>
		<link>http://www.thecssninja.com/javascript/drag-and-drop-upload/comment-page-1#comment-1892</link>
		<dc:creator>Jmactacular</dc:creator>
		<pubDate>Wed, 28 Jul 2010 18:23:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.thecssninja.com/?p=430#comment-1892</guid>
		<description>This is amazing!!!!!!!!  Thank you so much.  Exactly what I was looking for.  I got it rocking with C#.  I was also seeing the lost reference to event.target.log and the progress bar stops updating, but I found by just adding a guard around it of &quot;if (event.target.log)&quot; it can recover okay and finish the progress bar as it uploads fine.  Seems to work for me so far!  Will try some more testing to make sure it&#039;s solid.  Also added a couple other similar guards around &quot;currentImageItem.className&quot;</description>
		<content:encoded><![CDATA[<p>This is amazing!!!!!!!!  Thank you so much.  Exactly what I was looking for.  I got it rocking with C#.  I was also seeing the lost reference to event.target.log and the progress bar stops updating, but I found by just adding a guard around it of &#8220;if (event.target.log)&#8221; it can recover okay and finish the progress bar as it uploads fine.  Seems to work for me so far!  Will try some more testing to make sure it&#8217;s solid.  Also added a couple other similar guards around &#8220;currentImageItem.className&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The Css Ninja</title>
		<link>http://www.thecssninja.com/javascript/drag-and-drop-upload/comment-page-1#comment-1650</link>
		<dc:creator>The Css Ninja</dc:creator>
		<pubDate>Mon, 05 Jul 2010 03:05:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.thecssninja.com/?p=430#comment-1650</guid>
		<description>@Thomas - You could create a button which fires the upload function and remove it from the drop event so only when the user clicks the button will the images be uploaded.</description>
		<content:encoded><![CDATA[<p>@Thomas &#8211; You could create a button which fires the upload function and remove it from the drop event so only when the user clicks the button will the images be uploaded.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas</title>
		<link>http://www.thecssninja.com/javascript/drag-and-drop-upload/comment-page-1#comment-1615</link>
		<dc:creator>Thomas</dc:creator>
		<pubDate>Tue, 15 Jun 2010 12:25:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.thecssninja.com/?p=430#comment-1615</guid>
		<description>Is it possible to simply attach the file to the form and send it only when the user clicks the submit button?</description>
		<content:encoded><![CDATA[<p>Is it possible to simply attach the file to the form and send it only when the user clicks the submit button?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stanislas Duprey</title>
		<link>http://www.thecssninja.com/javascript/drag-and-drop-upload/comment-page-1#comment-1563</link>
		<dc:creator>Stanislas Duprey</dc:creator>
		<pubDate>Fri, 30 Apr 2010 22:28:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.thecssninja.com/?p=430#comment-1563</guid>
		<description>That&#039;s great! It really helped me. I have worked on a mootools plugin that degrades nicely on the other browsers (except IE6 and IE7)

see: http://html5stars.com/?p=62</description>
		<content:encoded><![CDATA[<p>That&#8217;s great! It really helped me. I have worked on a mootools plugin that degrades nicely on the other browsers (except IE6 and IE7)</p>
<p>see: <a href="http://html5stars.com/?p=62" rel="nofollow">http://html5stars.com/?p=62</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: modern file upload, gmail style! &#124; HTML 5 stars</title>
		<link>http://www.thecssninja.com/javascript/drag-and-drop-upload/comment-page-1#comment-1562</link>
		<dc:creator>modern file upload, gmail style! &#124; HTML 5 stars</dc:creator>
		<pubDate>Fri, 30 Apr 2010 22:09:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.thecssninja.com/?p=430#comment-1562</guid>
		<description>[...] into a drag-and-drop file upload component. The main articles that helped me for this part are: - http://www.thecssninja.com/javascript/drag-and-drop-upload - [...]</description>
		<content:encoded><![CDATA[<p>[...] into a drag-and-drop file upload component. The main articles that helped me for this part are: &#8211; <a href="http://www.thecssninja.com/javascript/drag-and-drop-upload" rel="nofollow">http://www.thecssninja.com/javascript/drag-and-drop-upload</a> &#8211; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: qwazix</title>
		<link>http://www.thecssninja.com/javascript/drag-and-drop-upload/comment-page-1#comment-1438</link>
		<dc:creator>qwazix</dc:creator>
		<pubDate>Thu, 15 Apr 2010 14:08:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.thecssninja.com/?p=430#comment-1438</guid>
		<description>I have used this and other fine examples on the subject to create an open source project which aims to be a complete solution for drag and drop uploading. Visit http://dragdropupload.sourceforge.net</description>
		<content:encoded><![CDATA[<p>I have used this and other fine examples on the subject to create an open source project which aims to be a complete solution for drag and drop uploading. Visit <a href="http://dragdropupload.sourceforge.net" rel="nofollow">http://dragdropupload.sourceforge.net</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
