phporcaffeine Posted May 9, 2006 Share Posted May 9, 2006 I have a script that takes query data and dynamically formats it into " .rtf " syntax.Currently what I have been doing is just fwrite() 'ing a file to disk then allowing the user to download the file. What I want to do is just send some custom " content-type: " headers to the browser and cause a download.Even after reading the manual I can't get it right. Anyone know how to do it?P.S ( I would be streaming an "application/msword" mime)TIA Quote Link to comment Share on other sites More sharing options...
haydndup Posted May 9, 2006 Share Posted May 9, 2006 Have a look here. It might help. Just scroll down to the section about downloading files. Not sure if its much help. [a href=\"http://www.phpfreaks.com/forums/index.php?showtopic=31047&st=15&p=157705entry157705\" target=\"_blank\"]http://www.phpfreaks.com/forums/index.php?...05entry157705[/a] Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.