-
说明: nginx 上传模块,提供大文件上传,断点续传,上传速度控制等功能 此代码在nginx_upload_module-2.2.0.tar.gz 基础上打补丁 davromaniak.txt 并修复result变量未使用的问题
-
安装: ./configure --add-module={module_dir} && make && make install
-
断点续传: http://www.grid.net.ru/nginx/resumable_uploads.en.html
-
使用示例: 见example文件夹
forked from fdintino/nginx-upload-module
-
Notifications
You must be signed in to change notification settings - Fork 0
A module for nginx web server for handling file uploads using multipart/form-data encoding (RFC 1867).
License
2673699927/nginx-upload-module
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
A module for nginx web server for handling file uploads using multipart/form-data encoding (RFC 1867).
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- C 94.7%
- Java 3.2%
- PHP 2.1%