Quantcast
Channel: PHP Freaks: PHP Help
Viewing all articles
Browse latest Browse all 13200

what header, Content-Type should i use for a .reg file?

$
0
0

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


Viewing all articles
Browse latest Browse all 13200

Trending Articles