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.
我不能上传超过 3 个文件
<input type="file" name="file[]" multiple/>
在 var_dump 上显示 Array Empty,但当有 3 个或更少时,它会正确显示每个文件。
检查你的 js 和 php 代码。根据规范,可以在前端设置js,后端设置php的上传文件计数值。看起来,您的数组位于服务器 php-script 过滤器中。