Topic: Make it download (Page 1 of 1) |
|
---|---|
Bipolar (III) Inmate From: College Station, TX |
![]() I have an application for membership up on the website I run. It is a .doc. I would like the "What would you like to do" window to pop up when the link is clicked on. Instead, the browser tries to display the file itself and it ends up being unreadable. Is there a way to force the download option? |
Bipolar (III) Inmate From: Berlin (almost) |
![]() I believe this is something that can be done on the server side only. code: <?
|
Maniac (V) Mad Scientist with Finglongers From: Cell 53, East Wing |
![]() Yep - its largely covered in the PHP manual: |
Bipolar (III) Inmate From: Cold Sweden |
![]() |
Bipolar (III) Inmate From: College Station, TX |
![]() HZR: That's a fine theory. Except what gets displayed is this: quote:
|
Bipolar (III) Inmate From: Cold Sweden |
![]() |
Bipolar (III) Inmate From: College Station, TX |
![]() Oh I see. UBB breaks it up. |
Paranoid (IV) Inmate From: [s]underwater[/s] under-snow in Juneau |
![]() the solution to your problem is to tweak the mime settings serverside with a .htaccess file- |