Get the list of all uploaded files

stojsins 10 Mar, 2022
Hi.
I need to display the list of all uploaded files in PHP.
I can get one by one using:
$this->data('field_name')
But how can I get all files uploaded via form?
You need to login to be able to post a reply.