Hi, Im looking for backend solution for my project, what I cant figure out is, can I use Appwirte as a backned that accepts text inputs also with png file and stores it in database to be later accesible? Thank you for advice
You can't store the image in database (I think in other solutions it's not possible too?) But you can use the Appwrite storage API to store the images and then after that, save the file ID into database in order to being able to get the file in the future, so that way you "link" it
Okay, thank you!
@kokosnasnehu Do you need something else or I can mark this as solved?
Mark it solve. Thank you!
[SOLVED] Form with attachement.
Recommended threads
- Middleware
how to make middleware in nextjs appwrite with client side auth?
- Error 400: redirect_uri_mismatch
Hi team, Google OAuth was working fine with our Appwrite Cloud setup until yesterday. We did not change any configuration in Appwrite, Google Cloud, or our cod...
- Bulk delete failed with 401
- I created a transaction to bulk delete rows in a table has `done` equal `true` follow documentation. But when run, it returns 401 unauthorized error as screen...