I am trying to upload a file to a browser and access it using JavaScript. Is it possible? I looked around and it seems that you can do this using flash. I was trying to figure out if there is an HTML5 / pure JavaScript solution.
I am trying to download a CSV file (each line contains a possible entry in the database) and check it on the fly using javascript. If it passes the test, I will send a POST to the server to create the items.
source
share