+ 1

How to add a video in php

Video

3rd Jan 2017, 3:18 AM
Vishnu Mv
Vishnu Mv - avatar
4 Antworten
+ 2
As in uploading a video or displaying a video?
3rd Jan 2017, 3:29 AM
James Durand
James Durand - avatar
+ 2
Uploading
3rd Jan 2017, 3:49 AM
Vishnu Mv
Vishnu Mv - avatar
+ 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.
3rd Jan 2017, 12:39 PM
James Durand
James Durand - avatar
0
use <video> tag in html5
3rd Jan 2017, 8:45 PM
afgprogrammer
afgprogrammer - avatar