Posted 30 May 2013 - 10:11 PM
Hi I recently started a new project(CCC see my signature) and I need a way for the webpage(coded in PHP) to send a download request to the computer. Let me explain a bit more.
The computer sends a request to the webpage telling it the file name. I then want the webpage to check if the file exists and then if it does send a request back to the computer saying it is downloadable and what the link is so the computer can then download it. But heres the catch I only want that one web page and one computer program doing the work for security reasons I don't want any web URL's saved on the computer.
I have tried to wrap my head around a way to implement this for a few days but simply can't think of anything. Any and all help would be much appreciated.
Thanks in advanced!
The computer sends a request to the webpage telling it the file name. I then want the webpage to check if the file exists and then if it does send a request back to the computer saying it is downloadable and what the link is so the computer can then download it. But heres the catch I only want that one web page and one computer program doing the work for security reasons I don't want any web URL's saved on the computer.
I have tried to wrap my head around a way to implement this for a few days but simply can't think of anything. Any and all help would be much appreciated.
Thanks in advanced!