
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
- Subdomain failed verification
So I wanted to do a custom subdomain, because local storage doesn't work for me, but I've tried it a long time ago, it didn't work for me, and now I'm trying ag...
- [Node.js SDK] Bypass 2GB file limit?
Hello. Using either InputFile.fromPath or InputFile.fromBuffer throws this error: File size (2295467305) is greater than 2 GiB Bucket limit etc. is setup corre...
- Relationship null, even when relationshi...
Hi Everyone, im experiencing issues with set relation data. When im setting the document id from the related database most of them seem fine, except one table. ...
