I’m trying to make a video streaming service like YouTube where people can post videos. Is there a way to do it without Ascend or Corvid, like in this video: create database in your WIX web site to let user to upload info - YouTube.
-
Make a database “Videos” and there fields like:
-title(text)
-Video (video)
etc… -
Make a new page “Post video”
-
Add a dataset and make sure its set to Write Only.
-Add fields for each thing (upload user input for the video, text input for the video title, etc…) and connect them to the database made in the 1. step. -
Make a dynamic page “Video page” and add dataset which is Read Only and add the title text field and video player to play the video and connect them to the database made in the 1. step.
Done.
Thank you so much