July 7, 2007
I have a Linux server with sufficient bandwidth and space. How can I allow users to upload and view videos?
No, I DONT want to post YouTube videos. I want users to be able to upload their own videos to MY site. Does anyone know of a suitable FREE script?
- I don't know of any preexisting ones that you can download, but putting one together should be pretty simple with PHP. PHP can handle file submissions from form ($_FILES) and you can save tags and any other information in a MySQL database that you can build to suit your needs.























