CURL上传语句
# curl -F "参数1=aaaaa" \
-F "参数2=bbbbb" \
-F "data=@/root/folder/文件名" \
http://173.154.216.1:8108/UFiles.ashx
CURL上传语句
# curl -F "参数1=aaaaa" \
-F "参数2=bbbbb" \
-F "data=@/root/folder/文件名" \
http://173.154.216.1:8108/UFiles.ashx