nginx-upload-module icon indicating copy to clipboard operation
nginx-upload-module copied to clipboard

A module for nginx web server for handling file uploads using multipart/form-data encoding (RFC 1867).

Results 52 nginx-upload-module issues
Sort by recently updated
recently updated
newest added

I don't want to proxy to a backend server; I want Nginx Upload Module to handle file uploads for me. For example, there's a local directory, can this be done?

Hi, the lattest version is 2.3.0, released four years ago, when will the new tag be released? Thanks for your reply.

Using this form ``` ``` I send file(s) with comment but after upload module I do not see anything but file1.* and file2.* fields. nginx config: ``` location @mptst {...

upload_file_name 不起作用,上传后的文件名变成这样了:0000000027 ,如何能保留原文件名称。

Hi @vkholodkov @fdintino while building nginx with this module below error is seen /root/nginx-upload-module//ngx_http_upload_module.c:15:19: error: conflicting types for ‘MD5_CTX’; have ‘ngx_md5_t’ 15 | typedef ngx_md5_t MD5_CTX; | ^~~~~~~ In file...

I used the following documentation to complete the setup: https://www.nginx.com/resources/wiki/modules/upload/ When trying to upload via the form from the example module configuration, the file in the designated directory does not...

the version of nginx is 1.22.0 and use the lastest nginx-upload-module,this is my nignx conf: ` location /upload/ { # Pass altered request body to this location upload_pass /deal.php; #...