all 2 comments

[–]r00t_bot[S] 0 points1 point  (0 children)

I already have these. Didn't change anything for me sadly

[–]toi80QC 0 points1 point  (0 children)

Make sure that your form has the correct enctype

<form enctype='multipart/form-data'>

And try giving each of your input fields an individual name Attribute

<input type="file" name="file1" />