当前位置: 主页 > 日志 > 其它 >

curl上传文件命令

命令如下:

curl  -F "imgFile=@test.7z" http://localhost/upload.php

说明:

imgFile 为表单上传域的名称,例如<input type="file" id="imgFile" name="imgFile" style="width:220px;" />,这里是imgFile
test.7z 为要上传文件的路径
http://localhost/upload.php 为文件上传处理程序

附curl.exe (windows版的curl):

File: Click to Download

[日志信息]

该日志于 2010-03-18 15:17 由 redice 发表在 redice's Blog ,你除了可以发表评论外,还可以转载 “curl上传文件命令” 日志到你的网站或博客,但是请保留源地址及作者信息,谢谢!!    (尊重他人劳动,你我共同努力)
   
验证(必填):   点击我更换验证码

redice's Blog  is powered by DedeCms |  Theme by Monkeii.Lee |  网站地图 |  本服务器由西安鲲之鹏网络信息技术有限公司友情提供

返回顶部