问题描述
|
我想知道名为“ 0”的隐藏字段应该如何工作?
<form action=\"\" method=\"post\" enctype=\"multipart/form-data\">
<!-- in byes must preceed file field -->
<input type=\"hidden\" name=\"MAX_FILE_SIZE\" value=\"2097152\" />
<input type=\"file\" name=\"upload\" />
<input type=\"submit\" name=\"submit\" value=\"Submit\" />
</form>
我上传了一个4MB以上的文件,但没有从客户端发出警告(我不是在谈论服务器端)。 ѭ0应该做什么?
更新
好的,因此它对PHP施加了“软”限制。但是使用它和检查代码中的“ 3”之类有什么区别吗?
解决方法
暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!
如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。
小编邮箱:dio#foxmail.com (将#修改为@)