Drag and Drop Browser API
Ruheni Alex

Ruheni Alex @ruheni

About: Making databases fun @Prisma | Learning, building & Teaching | Quirky

Location:
http://localhost:3000 🌍
Joined:
Mar 27, 2019

Drag and Drop Browser API

Publish Date: Apr 21 '19
35 3

Over the next one and a half weeks, I will be exploring the drag and drop API, mostly because I found it cool 😜. I will also write articles on the given topics as I build a simple application to mess around with it.

File drag and drop is another cool feature I discovered on the browser recently and I intend to explore it as I learn how to use it to upload files to my Azure storage account.

If you have any ideas on simple cool ideas, feel free to 📥 me and perhaps we can learn together as we grow our programming skills 😀.

Comments 3 total

  • Seanmclem
    SeanmclemApr 23, 2019

    Aren't most of the drag/drop specs not supported by most browsers, today?

    • Ruheni Alex
      Ruheni AlexApr 23, 2019

      I cannot confirm about browser support but I believe it should be supported on most major browsers.

      For further research, I hope this article from MDN will help, HTML Drag and Drop API

      Happy hacking!🤓👨‍💻😀

      • Seanmclem
        SeanmclemApr 23, 2019

        After looking at the spec I guess support is not so bad. Only An issue for a couple small events. Partial IE support even

Add comment