Download:
http://www.grid.net.ru/nginx/download/nginx_upload_module-2.2.0.tar.gz
configure and make :
实践Ok如下:
能到到Get的配置: upload_pass /up.php?$args; ,并重新启动Nginx即可。
up.php
<?php
print_r($_POST);
print_r($_GET);
Url:
http://192.168.137.158/upload/?X-Progress-ID=e5a4cea95037c7da882472e33b0894c0
PHP输出:
Array
(
[addfile_name] => google_svn_server.txt
[addfile_content_type] => text/plain
[addfile_path] => /tmp/0058270495
[addfile_md5] => 786ac66ddd706fc7ae124d5b5e4705a5
[addfile_size] => 1327
)
Array
(
[X-Progress-ID] => e5a4cea95037c7da882472e33b0894c0
)
参考:http://waynerqiu.com/7/139.html
http://www.grid.net.ru/nginx/download/nginx_upload_module-2.2.0.tar.gz
configure and make :
实践Ok如下:
能到到Get的配置: upload_pass /up.php?$args; ,并重新启动Nginx即可。
up.php
<?php
print_r($_POST);
print_r($_GET);
Url:
http://192.168.137.158/upload/?X-Progress-ID=e5a4cea95037c7da882472e33b0894c0
PHP输出:
Array
(
[addfile_name] => google_svn_server.txt
[addfile_content_type] => text/plain
[addfile_path] => /tmp/0058270495
[addfile_md5] => 786ac66ddd706fc7ae124d5b5e4705a5
[addfile_size] => 1327
)
Array
(
[X-Progress-ID] => e5a4cea95037c7da882472e33b0894c0
)
参考:http://waynerqiu.com/7/139.html
作者:jackxiang@向东博客 专注WEB应用 构架之美 --- 构架之美,在于尽态极妍 | 应用之美,在于药到病除
地址:http://jackxiang.com/post/6343/
版权所有。转载时必须以链接形式注明作者和原始出处及本声明!
最后编辑: jackxiang 编辑于2014-11-15 10:53
评论列表