
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
- Login without email or phone number
I'm making a web app targeted towards users who are very tech illiterate, so a lot of them won't even have emails. I know that the only two "identifiers" for a...
- Password Recovery link takes upwards of ...
Hello. I am having this issue above. Is there a way to make this faster? I created this project a while back when appwrite only supported Frankfurt servers. Wil...
- Best approach for handling users (creati...
I found out appwrite is wayy different to supabase, so i just wanted to check my approach is correct. Normally when creating user, I'd have something like a t...
