摘要:
Sample code:import org.apache.http.Header;import org.apache.http.HttpResponse;import org.apache.http.HttpStatus;import org.apache.http.client.ClientPr... 阅读全文
摘要:
因为ios系统直接读取不了MP3格式的文件,所以从微信接口下载下来的MP3格式音频上传到七牛后要转码。Sample code:public function doMobileUploadToQiniu() {global $_GPC,$_W;$hd=$_GPC['hd'];$weid=$_W['we... 阅读全文
摘要:
七牛支持抓取远程图片 API,用 access_key + secret_key + url 生成 access_token, 把 access_token 加在 header 里,然后向 post url 就完成上传了。Sample code: 来源: 阅读全文