PHP Force Download Remote File without Going Through Our Server -


I have written a php script that retrieves the flv URL from youtube and using the header and the readfile () function Forcing it to download It works properly but the Flow file goes through my host server before going to my user, who spend a lot of bandwidth and down the server.

Is anyone better solution to solve this problem?

Two options:

  1. Develop a browser plugin that downloads and / Or saves the file directly on the disk
  2. Right-click the user and select Save as ...

    You can not force the other to take some or the client to interact with a server in a specific way.

Comments