Installation

There are two ways to add Dropzone to your projects. If you are using a package manager please refer to the npm or yarnsection. If you simply want to use Dropzone without any bundler or package manager, please refer to the Stand-alone filesection.

Dropzone.js does not handle your file uploads on the server. You have to implement the code to receive and store the file yourself. See the section Server side implementation for more information.

If you're looking for an out-of-the-box solution, consider using Dropzone Plus.

Last updated