Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要以 croogo 自定义表单上传图像。该表单是使用默认的 html 标记创建的。我的意思是不使用表单辅助函数。
然后我$_FILES在我的控制器功能中使用。但是没有结果!
$_FILES
我认为$_FILES是清除或什么的。任何人都可以对此有解决方案。我需要限制清除$_FILES。这就是我的目标。
您可以从 $this->request->data 访问它。您所有的表单数据都应该在那里。