Discuz!官方免费开源建站系统

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[求助] 请问上传文件应该用那个函数

[复制链接]
375214847 发表于 2016-6-24 11:02:42 | 显示全部楼层 |阅读模式
discuz_upload  上传音频报文件类型不合法  
请问是哪里出错了谢谢
  1. $bgm = $_FILES['bgm'];
  2.         if($bgm['tmp_name']) {       
  3.             if(!$upload->init($bgm, 'common', random(3, 1), random(8)) || !$upload->save()) {
  4.                 cpmsg($upload->errormessage(), '', 'error');
  5.             }
  6.             $parsev = parse_url($_G['setting']['attachurl']);
  7.             //文件路径地址
  8.             $data['bgm'] = ($parsev['host'] ? '' : $_G['siteurl']).$_G['setting']['attachurl'].'common/'.$upload->attach['attachment'];
  9.         }
复制代码


您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版|小黑屋|Discuz! 官方站 ( 皖ICP备16010102号 )star

GMT+8, 2024-12-26 20:49 , Processed in 0.019136 second(s), 4 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

快速回复 返回顶部 返回列表