getInstancesByName() public static method
Returns an array of uploaded files corresponding to the specified file input name. This is mainly used when multiple files were uploaded and saved as 'files[0]', 'files[1]', 'files[n]'..., and you can retrieve them all by passing 'files' as the name.
public static yii\web\UploadedFile[] getInstancesByName ( $name )$name string
The name of the array of files return
yii\web\UploadedFile[]
The array of UploadedFile objects. Empty array is returne