I have trying to make some “replacement-wrapper” over stream described in this : [article][1] But when I tested it with not so big file (about 120M) it showed me an error: Here is my wrapper: } Here is my сlient code: Also I have found some PHP bug [here][2] but I dont know how to solve my problem. I have
Tag: stream
PHP: stream remote pdf to client browser
there’s a pdf generated on an external service and I would like to stream the pdf to the browser in my php server while streaming to client so that I don’t need to download the pdf from the remote file and then start initializing download. I would just have the file immediately download or stream to the client requesting it.