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
- Use Limits
I need urgent help, i use appwrite as a chat function for my website and my mobile android application, but recently, for the past 3 months, my database reaches...
- Method EQUAL not wrking in REST API Quer...
Request: ``` postman request 'https://nyc.cloud.appwrite.io/v1/tablesdb/{databaseId}/tables/{tableId}/rows?queries[]={%22method%22%3A%22select%22%2C%22values%2...
- OIDC not working on Appwrite cloud
tl;dr: same project settings, same OIDC credentials. Auth works on self hosted but not in cloud. I have a project in my self hosted instance with a single web ...