I work for a conservative healthcare company without a lot of technology support, and the IT department restricted anything to be installed. I have access to web browser (using IE 11.0.16). If I were to write my own web-application to read and write data to this textfile, and then display the data in a meaningful way. What are my resources? I know it is best to have framework & a proper SQL, and I know it's better to find another company to work for. But this is my situation and I want to build and do the best I can.
My local "web application" need to load and display information dynamically (base on what is from the database.txt) and then using javascript & html5 to display them depending on what information they are looking for. Such as catergories for Denied, Pending, Write Off, and Charge Delete. With the browser I can implement feature to allow my manger to read & filter information easily, and checking off box "Rebilled", will move the particular case from "Need to Rebill" to "Rebilled - Pending" category. And different "report" will read and interact with data differently. Since my data is sourced from 4-5 different places, such as Mainframe data, internal website, and 3rd party vendor site status. Whenever I "upload" to the database.txt, I would like the web-app "report" to be refreshed as well.
From: http://www.html5rocks.com/en/tutorials/file/filesystem/
In April 2014, it was announced on public-webapps that the Filesystem API spec is not being considered by other browsers. For now, the API is Chrome-specific and it's unlikely to be implemented by other browsers and is no longer being standardized with the W3C.
I read this question: Can I write files with HTML5/JS?. But I notice the page stated it is "discontinued", what are other resources/technologies are there to achieve my requirement (using IE 11.0.16)