Web Developer
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
Votes
0
Replies
5
Participants
Unknown
Messages
6
Web Developer
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
Web Developer
Okay, thank you!
@kokosnasnehu Do you need something else or I can mark this as solved?
Web Developer
Mark it solve. Thank you!
[SOLVED] Form with attachement.