Uploading ...... ?????????

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

Uploading ...... ?????????

Post by phpcoder »

hi ,
I have LAN in my area , i have linux machine as server . I want to develop Movies libraray for my client so my client can download movies .
the prob that i have is that i dont want to give the person how will update this library the root access so he can run samba and copy those movies to server and also i dont want to run sambaserver frequently on LAn so i want solution to upload my movie files to server .
User avatar
DuFF
Forum Contributor
Posts: 495
Joined: Tue Jun 24, 2003 7:49 pm
Location: USA

Post by DuFF »

Uploading movies is not different then uploading images, except for checking the file type. Here are some decent tutorials:

http://www.php.net/manual/en/features.file-upload.php
http://www.phpbuilder.com/columns/beale ... hp3?page=1

Just use Google to find some more.
User avatar
phpcoder
Forum Contributor
Posts: 158
Joined: Sat Nov 02, 2002 1:18 pm
Location: Manchester, UK

Post by phpcoder »

but there is size limit i think its 2MB and u nw about movies size
Post Reply