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....?