Results 18 comments of sw586

大佬 我们一直在等你

没事会一直等你

或者应该怎么联系上您,如果在自己搞不定情况下 能不能付费请您处理,我的小站是用的ueditor,很想结合使用本项目

好的,您能大概写思路么?就是假如本地有个ueditor和PicUploader两个站点,应该怎么来调用PicUploader。实现在ueditor上传图片到github

ueditor和picuploader在同一台机器上时,需要在同一个站点下吗

大佬帮看一下下面这种上传方法应该怎么来修改应用: ``` /** * 文件上传 */ public function upload() { // 验证上传权限 $this->_check_upload_auth(); $p = $this->_get_upload_params(); $rt = \Phpcmf\Service::L('upload')->upload_file([ 'path' => '', 'form_name' => 'file_data', 'file_exts' => @explode(',', $p['exts']), 'file_size'...