摘要:
图片预览 $('#pac_recipe').change(function() { var imgsrc = ''; if(this.files && this.files[0]) { //chrome firefox imgsrc = win...
阅读全文
posted @ 2014-09-21 22:59
会动的耳朵
阅读(161)
推荐(0)
摘要:
flash上传跨域,一般是加入crossdomain.xml我用了别人的图片服务器,只能做此下策: //CURLFile 实现 $file = $_FILES['Filedata']['tmp_name']; // get mime type $finfo ...
阅读全文
posted @ 2014-09-21 21:49
会动的耳朵
阅读(272)
推荐(0)