美文网首页
在线浏览文档

在线浏览文档

作者: Allen_Go | 来源:发表于2017-06-19 18:02 被阅读0次

//预览文档

public functionFileView($attach_id){

$extension=explode(",",'doc,xls,ppt,docx,xlsx,pptx,pdf');

$attachInfo=$this->getAttachById($attach_id);

if(in_array($attachInfo['extension'],$attachInfo)){

if(!empty($attachInfo['url_domain'])){

$url=get_url_domain($attachInfo);

}else{

$url=getAttachUrl($attachInfo['save_path'].$attachInfo['save_name']);

}

$ow='http://ow365.cn/?i=10974&furl=';

//            echo  $ow.$url;exit();

return$ow.$url;

}else{

return false;

}

}

相关文章

网友评论

      本文标题:在线浏览文档

      本文链接:https://www.haomeiwen.com/subject/krixqxtx.html