I have an upload row in my addon: And then in php: $uploads = $this->request->getFile('uploads', true, false); As you can see, it accepts multiple files. However, something I have noticed is that if I select 35 files to upload, only the first 20 files are included in $uploads. How can I fix this?
xenforo.com