How can I obtain log file(s) from a user so that I can analyze them? Is there a way to create a drop area where the user can upload a file, and then I can read it using JavaScript?
I am currently using Angular2 rc5 and have node.js running on the backend, but I do not need the data processed there. I specifically need it to be accessible at the client side.
Is it feasible to read and parse file content solely using frontend technologies such as Angular2 and JavaScript, or must the file be uploaded to a server for analysis?