kurosawa Posted December 18, 2015 Share Posted December 18, 2015 hey guys im new in php and having trouble uploading video in database and then playing it on my site so please heeelp i've seen some videos on youtube but still couldn't figured it out how to upload Quote Link to comment Share on other sites More sharing options...
ginerjm Posted December 18, 2015 Share Posted December 18, 2015 It's simply a matter of uploading a file - video or not. Plus - you really shouldn't be saving video files (or image files) in a table. There is no reason to do that. The file can be pointed to (by name) from a db table that may contain information about it, but you don't need to save the file also in that table. Create a default folder for your video/image files and link to them from the table. Also - do some googling (or read the manual) for how to upload files with php. Quote Link to comment 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.