How to make an image downloader like Wordpress?

I would like to implement an image downloader similar to what the latest Wordpress offers (3.2.2 at the time of writing). However, I am struggling to add backups for browsers that do not support multiple file downloads, drag and drop features, etc.

Ideally, I want this functionality to work without having to refresh the page every time. I have done a lot of Googling, but everything that seems to me works only in a few specific browsers.

Can anyone recommend any open source projects that allow you to use such download features?

+4
source share
2 answers

HTML5 and jQuery have a lot of Wordpress like uploader like:

  • Responsive File Manager is a free, open source file manager and image manager created using jQuery, CSS3, PHP, and HTML5 library that offers a nice and elegant way to upload and paste files, images and videos.

http://www.responsivefilemanager.com/demo.php

  1. elFinder

The main file manager for the Internet.

Source + Demo

  1. JQuery file tree

Configurable AJAX file browser plugin for jQuery. You can create a custom fully interactive file tree with a single line of JavaScript code.

Source + Demo

  1. Moxiemanager ... Amazing but not free

Another Amazing Moxiemanager Tool You Can Find All

Source + Demo

  1. My Best Option uses a very simple elFinder file manager to work in any form file, as this great demo is explained here:

http://www-you.com/en/integratsiya-na-elfinder/

and your interest in .rar DEMO, you can download the full demo here:

FULL elfinder.rar example

+5
source

Source: https://habr.com/ru/post/955832/


All Articles