How do I let users upload a file?

Hi, I’m creating a wordcloud web app and I want to let users upload text file to process. How can I do that?

This might work :slight_smile:

2 Likes

Or if you are processing the data in the backend with Node.js instead of frontend, find out how to save the file from input and then read it like this:

2 Likes