How to get visitors to upload videos to my Database another way?

I know the upload button doesn’t support video at the moment, but I would like to know if there’s any other way of connecting my own upload button to the database as a video upload button?

Hi James ,

You can place text input which takes URL and a normal button that store that URL in the dataset.
Now when you want to display that video, you can place youtube element and assing the URL to it
( See the attached screenshot ). Ex:

$w("#youtubeVideo").videoUrl = videoLink; 

!479x460

Learn more on how to insert into Dataset - Here

Hope this helps!
Best,

Mustafa