I am using ReSTful webservice. I am uploading multiple photos with one function (PHP).
I have used $num_files = count($_FILES[\'myfile\'][\'name\']) to
$num_files = count($_FILES[\'myfile\'][\'name\'])
Update 2020 Postman
You don't need to add [ ] just put the param name and select files.
[ ]