How do I see video files uploaded to the database?

My app allows users to upload a video file. The database says this has happened 7 times but I’m not sure how I can see those files??

Hi @onliners,

You can view the collection and check the records. I guess you are storing the video files in a file property right? For view in the app you can use the video component. Let me know if I understood you correctly!

Thanks Dilon,
Yes, I can view the database collection and check the records. I can see the fact that a video was uploaded, but I don’t know how to review that video footage in the backend (i.e. before I allow it to be viewable on the app).

Where do you store the video file in the collection?

Yes, that’s my question …

Who created the app? How the user uploads the videos in the app? Screenshots?