Code:
html:
<input type="file" name="img" multiple="multiple" />
php:
$file=$request-> file('img');
After selecting multiple pictures through input in the web page, select the file name to accept in the background, but only one file can be accepted. Why is this?
I hope God can give me some advice, urgent! ! ! ! !
html :
php :