I have found that uploading a single file works just by doing...
Where I had "files[]" before.
I guess as a workaround I could just upload both files individually and see if that works. At this point I can only assume it is some limitation within the request class itself or some bug.
Code:
<input type="file" name="files" multiple>
Code:
Array( [name] => tos104uk.img [type] => application/octet-stream [tmp_name] => /tmp/php3to6zX [error] => 0 [size] => 196608)
Statistics: Posted by exxos — Mon Jul 01, 2024 3:17 pm