gaomingcode/dropzone

Handles drag and drop of files for you.

Installs: 7

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 2

Language:JavaScript

5.7.3 2021-06-03 19:50 UTC

This package is auto-updated.

Last update: 2024-05-04 12:07:11 UTC


README

GitHub Version Packagist Downloads Github License

Installation

Composer

composer require gaomingcode/dropzone

ReadMe from Origin

Dropzone.js

Dropzone.js is a JavaScript library that turns any HTML element into a dropzone. This means that a user can drag and drop a file onto it, and the file gets uploaded to the server via XHR.

Packagist Repo

This repo only exists to allow auto updating with the packagist package manager.

The original repo with the actual source code of Dropzone is here: https://github.com/dropzone/dropzone

MIT License

See LICENSE file