sakshamOriginal post
Web Developer
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
Summary
Developers can refer to these links for uploading and viewing videos:
- After uploading a video, a file model will be returned. Store the file ID rather than a URL.
- Use this link to view the uploaded video: https://appwrite.io/docs/products/storage/upload-download#view-file
It's recommended to read the quick start guide at: https://appwrite.io/docs/products/storage/quick-start for more details on uploading videos and thumbnails.