<?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>Wed, 10 Mar 2010 09:27:01 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Craig Morrison</title>
		<link>http://www.thecssninja.com/javascript/drag-and-drop-upload/comment-page-1#comment-1249</link>
		<dc:creator>Craig Morrison</dc:creator>
		<pubDate>Tue, 02 Mar 2010 22:31:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.thecssninja.com/?p=430#comment-1249</guid>
		<description>@ninja

http://www.sillywindows.com/fm/

It requires a login to use..

Username: admin
Password: letmein

(Yeah, I know, not original but there&#039;s really no sensitive data there.)

Its my live development version, so things may change as time progresses.</description>
		<content:encoded><![CDATA[<p>@ninja</p>
<p><a href="http://www.sillywindows.com/fm/" rel="nofollow">http://www.sillywindows.com/fm/</a></p>
<p>It requires a login to use..</p>
<p>Username: admin<br />
Password: letmein</p>
<p>(Yeah, I know, not original but there&#8217;s really no sensitive data there.)</p>
<p>Its my live development version, so things may change as time progresses.</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-1248</link>
		<dc:creator>The Css Ninja</dc:creator>
		<pubDate>Tue, 02 Mar 2010 05:47:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.thecssninja.com/?p=430#comment-1248</guid>
		<description>@Craig - Have you thought about setting it up on your hosting so people can see it online rather than downloading it?</description>
		<content:encoded><![CDATA[<p>@Craig &#8211; Have you thought about setting it up on your hosting so people can see it online rather than downloading it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Craig Morrison</title>
		<link>http://www.thecssninja.com/javascript/drag-and-drop-upload/comment-page-1#comment-1247</link>
		<dc:creator>Craig Morrison</dc:creator>
		<pubDate>Tue, 02 Mar 2010 04:52:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.thecssninja.com/?p=430#comment-1247</guid>
		<description>Your article and a little reading at the Mozilla dev site helped me to come up with a fairly full featured file manager I use for image uploads. It can be grabbed from the link above.

Enjoy!</description>
		<content:encoded><![CDATA[<p>Your article and a little reading at the Mozilla dev site helped me to come up with a fairly full featured file manager I use for image uploads. It can be grabbed from the link above.</p>
<p>Enjoy!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Twitted by IainDelaney</title>
		<link>http://www.thecssninja.com/javascript/drag-and-drop-upload/comment-page-1#comment-1107</link>
		<dc:creator>Twitted by IainDelaney</dc:creator>
		<pubDate>Sun, 10 Jan 2010 12:14:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.thecssninja.com/?p=430#comment-1107</guid>
		<description>[...] This post was Twitted by IainDelaney [...]</description>
		<content:encoded><![CDATA[<p>[...] This post was Twitted by IainDelaney [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Twitted by thek27</title>
		<link>http://www.thecssninja.com/javascript/drag-and-drop-upload/comment-page-1#comment-1006</link>
		<dc:creator>Twitted by thek27</dc:creator>
		<pubDate>Wed, 09 Dec 2009 21:59:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.thecssninja.com/?p=430#comment-1006</guid>
		<description>[...] This post was Twitted by thek27 [...]</description>
		<content:encoded><![CDATA[<p>[...] This post was Twitted by thek27 [...]</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-990</link>
		<dc:creator>The Css Ninja</dc:creator>
		<pubDate>Thu, 03 Dec 2009 23:38:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.thecssninja.com/?p=430#comment-990</guid>
		<description>Sounds like a cool idea, would be pretty intensive work for the client to process even with web workers.</description>
		<content:encoded><![CDATA[<p>Sounds like a cool idea, would be pretty intensive work for the client to process even with web workers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Franz</title>
		<link>http://www.thecssninja.com/javascript/drag-and-drop-upload/comment-page-1#comment-989</link>
		<dc:creator>Franz</dc:creator>
		<pubDate>Thu, 03 Dec 2009 10:55:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.thecssninja.com/?p=430#comment-989</guid>
		<description>&quot;resizing by canvas techniques&quot; means that you load the original image into a html5 canvas with the .fromDataUrl()-method, then scale the canvas down and dump out  the scaled-down-version of your image as a JPEG with the .toDataUrl()-method.

you could then upload the scaled down version and save bandwith</description>
		<content:encoded><![CDATA[<p>&#8220;resizing by canvas techniques&#8221; means that you load the original image into a html5 canvas with the .fromDataUrl()-method, then scale the canvas down and dump out  the scaled-down-version of your image as a JPEG with the .toDataUrl()-method.</p>
<p>you could then upload the scaled down version and save bandwith</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-988</link>
		<dc:creator>The Css Ninja</dc:creator>
		<pubDate>Thu, 03 Dec 2009 09:31:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.thecssninja.com/?p=430#comment-988</guid>
		<description>The 1MB limit is purely arbitrary I put it in place so the demo couldn&#039;t be abused with people trying to upload massive files.

I&#039;m not exactly sure what you mean by resizing with canvas techniques?

In theory it should be able to handle any amount of images but the more images you drag in the more memory gets consumed. As it has to load the images into memory and process them.

Mozilla has however, after some review of the spec, updated how it works and I&#039;ll be doing a follow up article on those updates soon. The changes made will be able to handle larger files more seamlessly.</description>
		<content:encoded><![CDATA[<p>The 1MB limit is purely arbitrary I put it in place so the demo couldn&#8217;t be abused with people trying to upload massive files.</p>
<p>I&#8217;m not exactly sure what you mean by resizing with canvas techniques?</p>
<p>In theory it should be able to handle any amount of images but the more images you drag in the more memory gets consumed. As it has to load the images into memory and process them.</p>
<p>Mozilla has however, after some review of the spec, updated how it works and I&#8217;ll be doing a follow up article on those updates soon. The changes made will be able to handle larger files more seamlessly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Franz</title>
		<link>http://www.thecssninja.com/javascript/drag-and-drop-upload/comment-page-1#comment-987</link>
		<dc:creator>Franz</dc:creator>
		<pubDate>Thu, 03 Dec 2009 09:09:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.thecssninja.com/?p=430#comment-987</guid>
		<description>Thanks for the exhaustive article... one question: you limit the maximum size for the processed files to 1 megabyte. Is this limit arbitrary or does firefox enforce this?

Many JPEGs from digital cameras are larger than 1 MB, so the uploader wouldn&#039;t work for these.

Maybe you can update you example to show the resizing of these images with canvas techniques?

Have you tested the uploader performance when dragging many image files at once?</description>
		<content:encoded><![CDATA[<p>Thanks for the exhaustive article&#8230; one question: you limit the maximum size for the processed files to 1 megabyte. Is this limit arbitrary or does firefox enforce this?</p>
<p>Many JPEGs from digital cameras are larger than 1 MB, so the uploader wouldn&#8217;t work for these.</p>
<p>Maybe you can update you example to show the resizing of these images with canvas techniques?</p>
<p>Have you tested the uploader performance when dragging many image files at once?</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-981</link>
		<dc:creator>The Css Ninja</dc:creator>
		<pubDate>Mon, 23 Nov 2009 05:14:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.thecssninja.com/?p=430#comment-981</guid>
		<description>Thanks for the awesome follow up comment Fred! Good to know you found a solution, will be very useful for other readers.</description>
		<content:encoded><![CDATA[<p>Thanks for the awesome follow up comment Fred! Good to know you found a solution, will be very useful for other readers.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
