> For the complete documentation index, see [llms.txt](https://docs.dropzone.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dropzone.dev/getting-started/installation.md).

# Installation

There are two ways to add Dropzone to your projects. If you are using a package manager please refer to the [npm or yarn](/getting-started/installation/npm-or-yarn.md)section. If you simply want to use Dropzone without any bundler or package manager, please refer to the [Stand-alone file](/getting-started/installation/stand-alone.md)section.

{% hint style="info" %}
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](/getting-started/setup/server-side-implementation.md) for more information.

If you're looking for an out-of-the-box solution, consider using [**Dropzone Plus**](https://www.dropzone.dev/plus).
{% endhint %}
