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.

Installation#

To install the module, use one of the following packages:

  • Angie: angie-module-upload;

  • Angie PRO: angie-pro-module-upload.

Loading the Module#

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

load_module modules/ngx_http_upload_module.so;

Additional Information#

Full documentation and source code are available at: fdintino/nginx-upload-module