Making csv file to url

csvurl

I have a server and a domain name.I would like to upload a csv file to them so as to be able to see it as a url.For example if my domain is www.example.com if I type the adress www.example.com/file.csv to show me the contents of my file

Any ideas how I will be able to make my csv file as a url to my domain?
Thanks!

Best Answer

I'm not entirely sure this is what you were asking, but if you want the user to be able to click the link for http://www.example.com/file.csv and have the contents of the file display in the browser instead of prompting for download, try adding a MIME type to your server for CSV as text/plain.

This works for, but I'm running IIS 7. I don't know how effective it is on other web servers.