PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
Straight away into the problem.I want to download a word file when i click on the link and automaically save to a particular folder (say c:\myfiles) and open it open it before the user.I know how to simply download a file.I want to download file without prompting the user with the save,download window and open it frm the downloaded location.
OR
If i hit the save button in the prompted window will i be able to open the file automatically after download?
I believe that's possible, but not from the server. You'd actually have to run your PHP files on their computer to alter their file system.
But really, not everyone has Word anyway. I know I don't.