上一篇:《discuz 选择html后,纯文本按钮不显示问题》


《Discuz3.4 启用七牛上传图片》

作者 vhaixingv 创建于 18-10-22 11:44:37

http://www.discuz.net/thread-3334048-1-1.html


http://www.discuz.net/thread-3399569-1-1.html


关键是 3.4 如果使用php5.6或者7的话:

entend/vendor/storage/http.php  129行需要替换成:

$body = $req->Body;
$upload_file = curl_file_create(substr($body['file'], 1));
$body['file'] = $upload_file;



下一篇:《内网映射 ngrok》