dongmaonao0505 2010-05-07 16:35
浏览 73
已采纳

curl post picture multipart / form-data,php cURL需要帮助!

I'm trying to upload a picture to a specific website using php cURL but I don't really understand what parameters do I need to send because the data looks a bit weird . Here is what i got with the http analyzer
Type : multipart/form-data; boundary=---------------------------182983931283 -----------------------------182983931283 Content-Disposition: form-data; name="file"; filename="Blue hills.jpg"
Content-Type: image/jpeg

Here appears the souce of the image itself like "ÿØÿàÿØÿàÿØÿàÿØÿàÿØÿàÿØÿà" -----------------------------182983931283 Content-Disposition: form-data; name="action" images -----------------------------182983931283 Content-Disposition: form-data; name="anonymous_email"

Y -----------------------------182983931283 Content-Disposition: form-data; name="site_id"

1 -----------------------------182983931283 and so on other parameters. The issue that I have is that I don't understand what is the boundary, where do I get it from (because it doesn't appear in the html document that generates the POST and how should I make the post . If you would give me a simple example to post the above parameters to http://example.com I will definitely get the trick . Currently I'm using the following function to make the post :

   function processPicturesPage($title, $price, $numbedrooms, $description) {        //Set the login parameters and initiate the Login process    
    $fields = array(

"changedImages" => "", "site_id" => "1", "posting_id" => "", "current_live_date" => "", "images_loaded" => "", "image_actions" => "", "title" => $title,

); foreach($fields as $key=>$value) { $fields_string .= $key.'='.$value.'&'; } rtrim($fields_string,'&'); $URL = "http://www.example.com/cgi-bin/add_posting.pl"; return $this->processCurlrequest($URL, count($fields), $fields_string); }

and in the processCurlrequest I have the curl options (cookies etc) and url .

  • 写回答

1条回答 默认 最新

  • duancan1950 2010-05-07 17:08
    关注

    When sending multipart data, boundaries are used as separators between each field. These boundaries are automatically created by cURL and you shouldn't need to worry about them.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 #MATLAB仿真#车辆换道路径规划
  • ¥15 java 操作 elasticsearch 8.1 实现 索引的重建
  • ¥15 数据可视化Python
  • ¥15 要给毕业设计添加扫码登录的功能!!有偿
  • ¥15 kafka 分区副本增加会导致消息丢失或者不可用吗?
  • ¥15 微信公众号自制会员卡没有收款渠道啊
  • ¥100 Jenkins自动化部署—悬赏100元
  • ¥15 关于#python#的问题:求帮写python代码
  • ¥20 MATLAB画图图形出现上下震荡的线条
  • ¥15 关于#windows#的问题:怎么用WIN 11系统的电脑 克隆WIN NT3.51-4.0系统的硬盘