Hi,
How to display a file download dialog box using PHP. is there any header for this.
Currently i have uploaded some .pdf and .doc files to the web site.
Now i need to give the download links to the users. i can make the script to get the path of the files.
http://www.mydomain.co m/file_folder/any_file.pdf
i can make the links like this, but the problem is then these pdf files will open with the browser window.Not a download dialog box.
How to display a file download dialog box using PHP. is there any header for this.
Currently i have uploaded some .pdf and .doc files to the web site.
Now i need to give the download links to the users. i can make the script to get the path of the files.
http://www.mydomain.co m/file_folder/any_file.pdf
i can make the links like this, but the problem is then these pdf files will open with the browser window.Not a download dialog box.
Comment