The problem is that the NAME of the field need to match with the controller parameter.
In your case is “files”… so your name attribute should be “files” also.
The problem is that the NAME of the field need to match with the controller parameter.
In your case is “files”… so your name attribute should be “files” also.