Apple Developer
Hi, I am new to Appwrite and I am trying to upload files using a POST HTTP request to a function, which processes the file and store it in the storage system. Is it possible to do this? I don't see there's a files or form attribute of the context object, and posting through body doesn't seem to work. Is there any way I can upload files to a function? Or should I do this in the first place?