infamous90 Posted December 17, 2010 Share Posted December 17, 2010 Can you upload videos to a mysql database? If so how would you go about doing it? Quote Link to comment https://forums.phpfreaks.com/topic/221933-videos-and-mysql-database/ Share on other sites More sharing options...
QuickOldCar Posted December 17, 2010 Share Posted December 17, 2010 You upload a file and saves to a folder. During the upload process the files name is used as a value. That value is then inserted into mysql so can be fetched to know where the video file is located. If really needed a sample database and a script to do multiple uploads ask and I'll make it up. Quote Link to comment https://forums.phpfreaks.com/topic/221933-videos-and-mysql-database/#findComment-1148469 Share on other sites More sharing options...
QuickOldCar Posted December 17, 2010 Share Posted December 17, 2010 I spent a little time and made a simple upload script and also a way to view the uploaded files in a website environment with pagination. There is the install instructions in a text file. I included a mysql file for the database. For public use there should be file checking for types, permissions or w/e else you would like to have, I hope this helps people at least. I made it available to download. http://dynainternet.com/download/videos.rar Quote Link to comment https://forums.phpfreaks.com/topic/221933-videos-and-mysql-database/#findComment-1148498 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.