Friday, 6 September 2013

PHP - return binary data along with additional information

PHP - return binary data along with additional information

I'm requesting a file from server, reading it using file_get_contents and
sending that data to client. Is it possible to send additional information
along with image binary data?

No comments:

Post a Comment