loading movies

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
phpcoder
Forum Contributor
Posts: 158
Joined: Sat Nov 02, 2002 1:18 pm
Location: Manchester, UK

loading movies

Post by phpcoder »

hello,
I have LAN and i want to host movies so my user can view movies by browsing local site.
I does not want to give aceess of samba to my adminstrator, so he can copy movies directly into the html folder, i want to give my administrator web based interface so he can copy movies through browser.
So how can i allow my administrator, so he can just copy movie in to local computer and then he can upload it to the server.
plz help
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post by volka »

put the files into your web-directory (or create a softlink to the directory), set proper file permissions, enable the directory index (apache webserver?) and it's done ;)
http://httpd.apache.org/docs/mod/mod_autoindex.html
Post Reply