JavaScript: Read files in folder
问题 EDIT: I'm trying to read all the files in a specific folder and list the files in there, not read the content of a specific file. I just tried to simply create an FileSystemObject and it doesn't do anything either. I show an alert (which pops up) beforfe making the FileSystemObject, and one after it (which isn't shown). So the problem is in simply creating the object. Original: I am trying to read all the files in a folder by using JavaScript. It is a local HTML file, and it will not be on a