Can we reuse WordPress drag drop media upload in plugins?
I'm building a plugin in which I want to upload the media.
I'm using input type="file" /
which works as expected. But I'm thinking to reuse the WordPress drag drop media uploader.
Note: I have a solution in which I upload the media from popup window.
But, I'm looking for image dropable placeholder in which user upload the image.
Topic file-manager media-library media Wordpress
Category Web