简体   繁体   English

多个文件上传

[英]Multiple File Uploads

I cannot upload more than 3 files with 我上传的文件不能超过3个

<input type="file" name="file[]" multiple/> 

Displays Array Empty on var_dump, but when there are 3 or less it displays each file properly. 在var_dump上显示Array Empty,但是当3个或更少时,它将正确显示每个文件。

Check your js and php-code. 检查您的js和php代码。 According to specification, you can set the value of count of uploaded files in js at the front-end and php at the back-end. 根据规范,您可以在前端的js和后端的php中设置上传文件的计数值。 It looks like, your array is at the server php-script filters. 看起来,您的数组位于服务器php-script过滤器中。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM