Im trying to allow someone to download a .bat file so when they go to the url rather than it display as text on the page they are prompted to download but I cant figure out what mime type it is…
Ive looked in this list:
Cheers
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you want the file to be open in a text editor you could use text/plain otherwise you could use application/bat or application/x-bat, etc