NoCodeBackend

Product details

Q: How do I upload files please?

Hello, I’m just curious as to how I upload the actual files I will be pulling from the backend, like pdfs and text information that will display on the frontend? Also, my saas app will have conditional features. For example, if the user chooses a certain set of items, it should retrieve a particular thing from the back end, how would that work? Lastly, can I use one database for signup, login, and data per app or would I need all 3? Thanks in advance.

jamoooretSep 27, 2024
Founder Team
Riya_NoCodeBackend

Riya_NoCodeBackend

Sep 27, 2024

A: Hi,
1. You cannot upload files but give the link to any file you may have. You can have a column called files of type text and then you can add values to it like https://xxxxx.com/xxxxx.pdf.

2. Once you have the APIs with you, it's depend on how you use it with your other platform like bubble, or webflow etc. You have the endpoints and now you need to set conditions in your app like when to fetch the data (make the GET call to your api), add a new file (make POST call to the API).

3. YES, 1 database is enough for that. You can simply have 3 tables, each with their own columns.

Regards

Helpful?
Log in to join the conversation