过滤文件名中的空格
Upload Core_Upload::clean_filename( )
Upload
protected function clean_filename() { $filename = str_replace($this->bad_string, '', $this->file['name']); $this->file['name'] = stripslashes($filename); return $this; }