# 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](https://docs.dropzone.dev/getting-started/installation/npm-or-yarn "mention")section. If you simply want to use Dropzone without any bundler or package manager, please refer to the [stand-alone](https://docs.dropzone.dev/getting-started/installation/stand-alone "mention")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](https://docs.dropzone.dev/getting-started/setup/server-side-implementation) for more information.

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