How to allow a user to import a csv file to weweb - xano table?

HI there
I am trying to create a page where my users will be able to upload a csv file that needs to get uploaded into a Xano table.

Any suggestions or ideas would be VERY helpfull!

thanks

Hi @marcosvbi :wave:

In WeWeb, you can use the file upload element.

You have a couple of options to send the file to Xano:

  1. you could upload the file to WeWeb and send the URL of the file to Xano in a text field, or
  2. you could upload the file directly to Xano in an file resource field

The team is working on making option 2 available in no-code in WeWeb but for now, you’ll need a little bit of Javascript (snippet included in the article I shared above)

Does that help?

thanks Joyce, much appreciated

1 Like