j007ha Posted August 15, 2008 Share Posted August 15, 2008 is it anyone can tell me how to upload a video by using php? i noe the different of a video file and other file(like .txt,.jpg,...) is about the file size and file type... is this the main problem which cause cannot upload the video by using same method? any help will be very appreciated Quote Link to comment https://forums.phpfreaks.com/topic/119789-upload-video/ Share on other sites More sharing options...
ignace Posted August 15, 2008 Share Posted August 15, 2008 you can upload a video just the same as you upload a file, as long as it does not exceed upload_max_filesize, you need a streaming server to display the contents to your users, an easy method is using the google youtube api, which allows your users to watch a video on your website and upload their video to youtube Quote Link to comment https://forums.phpfreaks.com/topic/119789-upload-video/#findComment-617216 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.