When the user clicks a link to download a PDF, it is supposed to display a Open/Save dialog box. This feature , am able to see in IE and FF. But Chrome , it directly opens a PDF. While googling for this issue, looks like this has been raised as a bug. Has this bug has been fixed in Chrome browser ? Can anyone tell me how to do this ?
Asked
Active
Viewed 1,865 times
0
-
As a user, as a client-side developer or as a server-side guy? – Rob W Jun 10 '13 at 08:18
-
1Serve your file with the `Content-Disposition: attachment` header. – Rob W Jun 10 '13 at 12:07
1 Answers
2
Serve your file with the Content-Disposition: attachment header.

Robert Longson
- 118,664
- 26
- 252
- 242

Cyril
- 1,216
- 3
- 19
- 40