代码:
html:
<input type="file" name="img" multiple="multiple" />
php:
$file=$request->file('img');
在网页中通过input选中多个图片后,在后台选择文件名接受,但是只能接受到一个文件,这是为什么呀?
希望大神指教,急急急!!!!!
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
html :
php :