Trium918 Posted May 20, 2007 Share Posted May 20, 2007 Is it possible to write a script in PHP that will handle video uploading? Link to comment https://forums.phpfreaks.com/topic/52226-video-support-in-php/ Share on other sites More sharing options...
hitman6003 Posted May 20, 2007 Share Posted May 20, 2007 http://us2.php.net/manual/en/features.file-upload.php Link to comment https://forums.phpfreaks.com/topic/52226-video-support-in-php/#findComment-257618 Share on other sites More sharing options...
Trium918 Posted May 20, 2007 Author Share Posted May 20, 2007 http://us2.php.net/manual/en/features.file-upload.php Basically, it is handle the same way as any file upload, correct? What about the media? Link to comment https://forums.phpfreaks.com/topic/52226-video-support-in-php/#findComment-257620 Share on other sites More sharing options...
hitman6003 Posted May 20, 2007 Share Posted May 20, 2007 What do you mean "What about the media?"? A file, is a file, is a file, regardless of what type it is. Playback of the file is a different question...you'll need to embed a player in your website, or just offer the files for download and let the user worry about codec support and the like. Link to comment https://forums.phpfreaks.com/topic/52226-video-support-in-php/#findComment-257624 Share on other sites More sharing options...
Trium918 Posted May 20, 2007 Author Share Posted May 20, 2007 Is it possible to build a media player by using PHP? Link to comment https://forums.phpfreaks.com/topic/52226-video-support-in-php/#findComment-257713 Share on other sites More sharing options...
MadTechie Posted May 20, 2007 Share Posted May 20, 2007 flash is a better option.. Link to comment https://forums.phpfreaks.com/topic/52226-video-support-in-php/#findComment-257718 Share on other sites More sharing options...
Trium918 Posted May 20, 2007 Author Share Posted May 20, 2007 flash is a better option.. Ok, is it possible in PHP? Thanks! Link to comment https://forums.phpfreaks.com/topic/52226-video-support-in-php/#findComment-257719 Share on other sites More sharing options...
MadTechie Posted May 20, 2007 Share Posted May 20, 2007 many thing are "possible" but worth the effort.. no i'll say yes its possible (someone will find a way) but why would any want to do it as it has to play from the clients PC.. use a client side process Link to comment https://forums.phpfreaks.com/topic/52226-video-support-in-php/#findComment-257723 Share on other sites More sharing options...
Trium918 Posted May 20, 2007 Author Share Posted May 20, 2007 many thing are "possible" but worth the effort.. no i'll say yes its possible (someone will find a way) but why would any want to do it as it has to play from the clients PC.. use a client side process Thanks, I was just testing the water. lol Link to comment https://forums.phpfreaks.com/topic/52226-video-support-in-php/#findComment-257724 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.