<!-- review: finished -->

<a id="external-upload"></a>

# Upload

The `upload` module provides file upload functionality with support for
`multipart/form-data` encoding, as defined by RFC 1867. It also includes
support for resumable uploads using the `POST` method.

<a id="installation-29"></a>

## Installation

To [install](https://en.angie.software//angie/docs/installation/index.md#install-packages) the module, use one of the following packages:

- Angie: `angie-module-upload`;
- Angie PRO: `angie-pro-module-upload`.

<a id="loading-the-module-29"></a>

## Loading the Module

To use the module, it must be loaded in the `main{}` context:

```nginx
load_module modules/ngx_http_upload_module.so;
```

<a id="additional-information-30"></a>

## Additional Information

Full documentation and source code are available at:
[https://github.com/fdintino/nginx-upload-module](https://github.com/fdintino/nginx-upload-module)
