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

This fixes https://github.com/fdintino/nginx-upload-module/issues/150 Namely, it makes module to pass fields matching `upload_pass_form_field` regex to `upload_pass` location.

`SHA*_Init()`, `SHA*_Update()` and `SHA*_Final()` are deprecated in OpenSSL 3 (which ships in EL9) and are replaced by `EVP_DigestInit_ex()`, `EVP_DigestUpdate()`, and `EVP_DigestFinal()`. Although the old functions are still usable, if you...