If you're on Cloud, you can't update the attribute to make it not required. You'll have to pass that attribute when creating the document. Alternatively, you can delete and recreate the attribute (but that will delete the data you have in that attribute for your documents).
okay
pls have searched google but i don't know how to make an image upload to a dbase
image cant upload
i can re-snap if it not clear
image? If you're working with files, you should be using the storage api. See https://appwrite.io/docs/storage
Does that mean I have to restart
Let me read thru first
Thanks
Have created a document and it's working. Creating another storage will not affect.
I usually put the ID of the created file into my document
hello,
pls concerning the image what do i do. i want the users to be able to upload an image and fill the other fields.
concerning this how do i do it
sorry if am disturbing
what?
Good morning, Am asking if what I sent is okay cause. I created a form section, I want user to be able to fill and upload an image.
Not URL, image ID
To upload an image, use storage.createFile(). It will return a file id which you can place in the document
Pls can you give me an example
Did you look at this? https://appwrite.io/docs/storage
Yes I did I will go through it again.
Have created the storage... this my db pls what do i put in the image input field
Recommended threads
- RowList: The value of total is coming as...
RowList: The value of total is coming as a String, so it throws an error because it’s not parsed into an int. Error: TypeError: \"37\": type 'String' is not a ...
- Docker Compose MongoDB Setup
everythings work fine but the mongodb fails on startup everytime. log: ``` Generating random MongoDB keyfile... /bin/bash: line 9: : No such file or directory ...
- Auth broken after update from 1.8.0 to 1...
So ive been having issues creating, deleting or updating users on my appwrite instance after i updated from 1.8.0 to version 1.9.0. When trying to create a user...