Jquery Droppable Items from Explorer
does the droppable UI in jquery will support 开发者_运维百科dropping items from explorer? like i will drag a picture from my drive to a DIV element.. :)
Those both UI parts don't support dragging and dropping from the desktop.
However, it is quite trivial to add support for dropping images on your website. You can follow this article on the MDN: https://developer.mozilla.org/en/DragDrop/Drag_and_Drop#Drag_and_drop_basics and use getDataURL on the File instance you receive :-)
精彩评论