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.. 🙂
does the droppable UI in jquery will support dropping items from explorer? like i
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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 🙂