I'm aware that JavaScript can't read local files or even files located in repositories without any use of the uploading mechanisms of the Web File API. Now what I want to know is, what is the best simplest alternative to JS. Does jQuery supports the mechanism I need? I need recommendations on what path to take, as I am designing a website builder that needs to read and write files.
P.S. I need the solution to be as JavaScript-based as possible.