Best way to implement drag and drop upload Google Gears or HTML 5
What would you recommend for supporting drag and drop upload - that is being able to drag a file icon from the desktop onto some "zone" on a web page and have it uploaded to the server. THe options are Google Gears,HTML 5 or anything else you can recommend. The criteria are:
You might want to look at Plupload. It uses various plugins, gears, html5, flash, etc, to do the job for you. Drag and drop might be bit of problem for IE 7 and below.
http://www.plupload.com/documentation.php
HTML 5 drag and drop probably has the widest acceptance. But the main to keep in mind is that Google Gears is no longer supported and has no been dropped from Chrome in version 12 ( the current version )
精彩评论