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 2 nginx-upload-module issues
Sort by recently updated
recently updated
newest added

* fixes build with msvc (missing `ftruncate`, `strncasecmp`) * named location starts with `@` only (don't segfault on empty location) * suppress warnings, several small nginx and toolchain compatibility tweaks...

Using resumable files with hashed directories requires that the directories are from a to z. this is not clear in the documentation.