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....? Link to comment https://forums.phpfreaks.com/topic/276690-what-header-content-type-should-i-use-for-a-reg-file/ 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. Link to comment https://forums.phpfreaks.com/topic/276690-what-header-content-type-should-i-use-for-a-reg-file/#findComment-1423563 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.