how can i upload videos and thumbnail in my bucket and then use the url of the uploaded video and thumbnail in my videos section. Thank you so much for answering my small questions
have you read https://appwrite.io/docs/products/storage/quick-start?
also...i'd store the file ID rather than a URL. Then you can use https://appwrite.io/docs/products/storage/upload-download#view-file to view it
Hi @saksham
After you upload your video, a file model will be returned to you. If you want to add or update your document...
Here is the model https://appwrite.io/docs/references/cloud/models/file
Recommended threads
- Server Error when importing to tables
Same .csv file worked yesterday, Please fix it asap
- Urgent help with removed databases
Hi <@564158268319203348> <@501784879638249472> I wrote to paid plan support about this but no response as of yet… About an hour ago one of the interns from o...
- MariaDB refuses to connect to appwrite
Earlier, I tried updating my Appwrite version from 18.1.x to the latest release because my Flutter package required it to function properly. I used the official...