gaomingcode / dropzone
Handles drag and drop of files for you.
5.7.3
2021-06-03 19:50 UTC
Requires
None
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is auto-updated.
Last update: 2026-09-04 17:02:17 UTC
README
Installation
Composer
composer require gaomingcode/dropzone
ReadMe from Origin
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