Code: Select all
<a href="update.txt">Here</a>Some options I have considered are the following but all have their issues.
- Save txt file in a zip file and have the user download the zip file.
Change the file type to something the browser won't try to read.
Changing the file type will up my help desk calls when users are unable to open the file on their desktop. For instance, if I named the file *.txt2 the users computer will not know what application to view the file with.
Any ideas or suggestions?