Upload#
The To install the module, use one of the following packages: Angie: Angie PRO: To use the module, it must be loaded in the context of Full documentation and source code are available at:
fdintino/nginx-upload-moduleupload
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#
angie-module-upload
;angie-pro-module-upload
.Loading the Module#
main{}
:load_module modules/ngx_http_upload_module.so;
Additional Information#