+ 1
How to add a video in php
Video
4 Antworten
+ 2
As in uploading a video or displaying a video?
+ 2
Uploading
+ 2
File uploads are very tricky to get 100% right. there's a lot to consider such as for size, file types, if you need to do any processing on the file, etc. I would say you should start with a simple HTML file input and work up from there. Really do some checking on the PHP side to make sure that users can't upload crazy large files or anything.And please please please restrict uploads to very specific users until you have a more tested and built up system.
0
use <video> tag in html5