v9上传图片/附件失败出现undefined的解决方法之一
把phpcms\modules\attachment\attachments.php中
将 if(empty($this->userid)){
改成 if(empty($_POST['userid'])){
把phpcms\modules\attachment\attachments.php中
将 if(empty($this->userid)){
改成 if(empty($_POST['userid'])){