I have file input and a submit button. The file that will be uploaded contains a json that needs to be loaded in the view, (a graph display). I don't need to store the file, just visualize it.
Is there a way to do this using just jquery, javascript or angular? this application is included as static content inside a Spring app, but has to function as a standalone app also.
Actually I can load a file from the server or make a request to a rest endpoint, but i need to add the option to load a local file with the json data.
Thanks in advance