+ 4
what are the codes so that one can upload video in my website
5 Respostas
0
If you want to add a video to your web page use the <video> tag.
<video controls>
<source src="video.mp4" type="video/mp4">
</video>
0
brother i too know this code but i dont want to insert a video but i want to make a code so that someone can upload video into my website like we can in youtube
0
I think that the answer to your question is beyond html...Try javascript and PHP , maybe someone there can help.
0
Use an API
0
i think its drag and drop.