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
- delete document problems
i don't know what's going on but i get an attribute "tournamentid" not found in the collection when i try to delet the document... but this is just the document...
- Update User Error
```ts const { users, databases } = await createAdminClient(); const session = await getLoggedInUser(); const user = await users.get(session.$id); if (!use...
- apple exchange code to token
hello guys, im new here 🙂 I have created a project and enabled apple oauth, filled all data (client id, key id, p8 file itself etc). I generate oauth code form...