Dragosvr92 Posted April 8, 2013 Share Posted April 8, 2013 I'm having a webpage that generates a file after you set post a path value(text). I am using this the code bellow to set its type and its working fine. header("Content-Type: application/octet-stream; "); I looked across the internet, and on this page but theres no specification of a .reg file. What content type would you recommend for this kind of file? Should "text/plain" be better....? Quote Link to comment Share on other sites More sharing options...
requinix Posted April 8, 2013 Share Posted April 8, 2013 My favorite source doesn't say anything either. I'd go with application/octet-stream. 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.