码迷,mamicode.com
首页 > 其他好文 > 详细

uploadify 上传遇到跨域问题

时间:2014-09-22 01:03:41      阅读:405      评论:0      收藏:0      [点我收藏+]

标签:style   io   os   ar   strong   sp   问题   on   c   

flash上传跨域,一般是加入crossdomain.xml

 

我用了别人的图片服务器,只能做此下策:

//CURLFile 实现
$file = $_FILES[‘Filedata‘][‘tmp_name‘];
// get mime type
$finfo = new finfo(FILEINFO_MIME_TYPE);
$mimetype = $finfo->file($file);

// Create a CURLFile object
$cfile = curl_file_create($file, $mimetype, $_FILES[‘Filedata‘][‘name‘]);
$f[‘file‘] = $cfile;

$res = curl_post($uploadapi, $f, array(), 5);

uploadify 上传遇到跨域问题

标签:style   io   os   ar   strong   sp   问题   on   c   

原文地址:http://www.cnblogs.com/the-moving-ear/p/3985046.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!