Scenario: when a user uploads an image, we do the image resizing on the server, but instead of waiting for this task to complete, I want it to respond immediately to the user. if there is a stream, I would use the stream correctly to accomplish this task, but as far as I know, there is no stream in php, so how can I achieve this? Thanks for the ideas and suggestions.
source share