Skip to content
Advertisement

Tag: user-input

Save form values to localStorage

I have been studying JS for a while so at some point a couldn’t complete the assignment that my teacher gave me so its all about to create a input to fill with 3 selectors to change some properties of the text. What I’m trying to do is: whenever the user he closes the page and opens it again –

How to upload and read CSV files in React.js?

I would like the user to upload a .csv file, and then have the browser be able to parse the data from that file. I am using ReactJS. How would this work? Thanks. Answer Figured it out. A combination of react-file-reader and HTML5’s FileReader (see this page). Placed the react-file-reader bit inside of render: And then this above.

Advertisement