I have amazon s3 url as file and now I need to post it to other server with curl. so I can get $_FILES in server.
So Is there any way to post file with CURL without downloading the s3 file?
However I have done it with my local file but the concert is to post file which is in other server like S3.
Thanks, Rajeev