I need a PHP/Mysql website to have video files for viewing/downloading. I'm not sure whether to store the files in the database, or to keep the large video files on the disk, and store in the DB only the pointers to file locations on the disk. It seems that storing only the pointers makes more sense.
What do you think?
How can I store pointers to file locations on the disk? I don't know where to start. If I have the video files on the disk, and I want to store their locations in the DB, so that people can click on a link to view them, what do I do?
What do you think?
How can I store pointers to file locations on the disk? I don't know where to start. If I have the video files on the disk, and I want to store their locations in the DB, so that people can click on a link to view them, what do I do?