confused_gal Posted August 3, 2009 Share Posted August 3, 2009 Hi, I am new to php. I need to upload video into database then playback the video. I really do not have any idea in completing this task. Can I use the code for upload image? Then what should I do to playback the video? Do I need to build a media player and embedded into my website? Please help me... :'( Link to comment https://forums.phpfreaks.com/topic/168608-upload-and-playback-video/ Share on other sites More sharing options...
phpSensei Posted August 3, 2009 Share Posted August 3, 2009 WEll you can save the video file in a database, and store the filename, filesize..etc and its directory where its located in your site... then connect to your database and fetch all the details of the file, and insert it in the media player's SRC="<?php // echo file directory here ?>" Link to comment https://forums.phpfreaks.com/topic/168608-upload-and-playback-video/#findComment-889381 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.