I had the same doubt regarding image upload. Can anyone share any GitHub repo to understand as an example. Or any code snippets.
Thanks
the approach is to make appwrite function and then trigger image creation and storing metadata in collection
Summary
A user had a question about image uploading using the Appwrite function. Another user provided example code snippets in React and Svelte to help with understanding. They also shared links to the Appwrite documentation and a demo app for further reference. The solution suggested is to create an Appwrite function to trigger image creation and store metadata in a collection.