Q695 Posted November 2, 2013 Share Posted November 2, 2013 Does anyone know how to do an upload video script with player similar to hot youtube has the upload/play ability? Quote Link to comment https://forums.phpfreaks.com/topic/283520-upload-video-to-website/ Share on other sites More sharing options...
Q695 Posted December 12, 2013 Author Share Posted December 12, 2013 Any idea? Quote Link to comment https://forums.phpfreaks.com/topic/283520-upload-video-to-website/#findComment-1462184 Share on other sites More sharing options...
JIXO Posted December 12, 2013 Share Posted December 12, 2013 Well, first you've to : 1. Create a page with a HTML form, tutorial link. 2. Access and filter input, see $_FILES. 3. After that store the video in a specific path, see move_uploaded_file. 4. Store a record of the new video in your DB. 5. Simply display the video, tutorial link. Quote Link to comment https://forums.phpfreaks.com/topic/283520-upload-video-to-website/#findComment-1462187 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.