myFilePath = "C:\Users\Tom\Desktop\myFile.txt";
With this information in hand, I would then like the contents of this text file to be stored in the string 'myFileContent'.
I understand this is likely to make my browser explode with warnings. Web pages accessing files on your computer... madness.
If this is only possible using some other technique, please explain that technique.
