I need to download a file using PHP and then after that upload the downloaded file to the user.
e.g.
Download file from test.com/test.zip
Either cache the file to disk or stream Immediately to the user.
If possible how can i do this using curl or how can i do this using normal PHP (no extra libs)
