I want to return a JSON response from my REST API as well as a file.
So the json will include metadata about the file and the return also the file itself within the same http response.
Is this something that can be done in PHP and if so does someone have a simple example to help me?