这个是我的header
array (size=3)
0 => string 'Content-Type: image/png' (length=23)
1 => string 'X-AVOSCloud-Application-asdf' (length=75)
2 => string 'X-AVOSCloud-Request-dfdf' (length=68)

返回结果也有
object(stdClass)[190]
public 'size' => int 1186
public 'bucket' => string 'qu3i5h38' (length=8)
public 'url' => string 'http://ac-qu3i5h38.clouddn.com/s6Db3uKXU8jdBrp8thrCyA8skiitttMKe5FcMbR8.png' (length=75)
public 'name' => string '20150603070227784.png' (length=21)
public 'createdAt' => string '2015-06-03T07:02:29.995Z' (length=24)
public 'objectId' => string '556ea685e4b0daa259bc672f' (length=24)
为什么存储成这样了
image/png; boundary=------------------------1f6a745c3cfc2359

给出详细的发送请求代码

谢谢
发送的HEADER
array (size=3)
0 => string 'X-AVOSCloud-Application-Id:quu1dd2f4grgeft9m846h5bub1ckl9' (length=75)
1 => string 'X-AVOSCloud-Request-Sign:d70d8af47a7c137891d8bf8,1433316578' (length=68)
2 => string 'Content-Type: image/png' (length=23)
发送的URL
string 'https://api.leancloud.cn/1.1/files/20150603072938476.png' (length=56)
发送的DATA
array (size=1)
0 =>
object(CURLFile)[189]
public 'name' => string 'D:\wamp\tmp\phpA7CF.tmp' (length=23)
public 'mime' => string 'image/png' (length=9)
public 'postname' => string '20150603072938476.png' (length=21)
返回的数据
object(stdClass)[190]
public 'size' => int 1186
public 'bucket' => string 'qu3i5h38' (length=8)
public 'url' => string 'http://ac-qu3i5h38.clouddn.com/JzvHYxLhBBmq8xz4CJfjVuAwfi5EP7hdpPWx22tB.png' (length=75)
public 'name' => string '20150603072938476.png' (length=21)
public 'createdAt' => string '2015-06-03T07:29:40.197Z' (length=24)
public 'objectId' => string '556eace4e4b0daa259bcb9fe' (length=24)

但是到了存文件的地方minetype 就变成image/png; boundary=------------------------1f6a745c3cfc2359

求来个人呗。搞的好像我一个人玩这个论坛一样