can any one show the complete code for uploading video files in php.
kosar latif 0 Newbie Poster
Recommended Answers
Jump to Post//This is the code for video uploading you will make a folder of videos and save your videos there and if you want to save your videos in database you just have to save its name like i have done <?php if (isset($_REQUEST['upload'])) { $name=$_FILES['uploadvideo']['name']; $type=$_FILES['uploadvideo']['type']; //$size=$_FILES['uploadvideo']['size']; …
Jump to PostNice to see the noobs are making an effort.
All 6 Replies
saadi06 2 Junior Poster in Training
karthik_ppts commented: useful post +5

diafol
avinash verma 0 Newbie Poster

diafol
xyzd 0 Newbie Poster
pritaeas 2,211 ¯\_(ツ)_/¯ Moderator Featured Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.