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\'])
You can simple add multiple lines with same key and postman converts them to array. No need to add [] as suffix to key.
Request
Response
If you have an array objects that need to passed then follow below pattern