Dropzone
  • 👋Introduction
  • Getting Started
    • ⏬Installation
      • npm or yarn
      • Composer
      • Stand-alone file
    • ✅Setup
      • Declarative
      • Imperative
      • Server Side Implementation
      • Fallback for no JavaScript
  • Configuration
    • ⚙️Basics
      • Configuration Options
      • Layout
      • Methods
      • Upload Queue
    • 📞Events
    • 💅Theming
    • 🤓Tutorials
      • Combine form data with files
  • Miscellaneous
    • Tips & Tricks
    • FAQ
    • Donate
Powered by GitBook
On this page

Was this helpful?

  1. Getting Started

Installation

PreviousIntroductionNextnpm or yarn

Last updated 3 years ago

Was this helpful?

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 for more information.

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

⏬
Server side implementation
Dropzone Plus