@No1_Melman: The only way for JavaScript to read a file from your computer is if you use an <input type="file" />and you select the file. There is no other way. Also, just FYI: AJAX only works with a web server. You can't AJAX to/from your local computer (file:///)
<input type="file" />and you select the file. There is no other way. Also, just FYI: AJAX only works with a web server. You can't AJAX to/from your local computer (file:///)