Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

londonweb

macrumors 6502
Original poster
Sep 14, 2005
260
0
london
Hello everyone, I need to build a system for a film production company website that allows their clients to log-in on-line and upload/view/download various file types. I could probably muddle through and build something from scratch but time is at a premium and I wonder if anyone knows of an existing system that would offer this capability, preferably open-source?
 
There are tons of PHP scripts around to do this stuff, but you need to know some PHP.

Like Mydriasis says the FTP solution works fine, just build some links on web page, and the password protect the directory where the files are.

-T
 
Why not just set up an FTP server?

I thought about that but then everyone who uses it will have to download an ftp client in order to use it, plus it will be harder to administrate. It needs to be super fool-proof.

I've been having a look at LeapFile which seems close to what I need but unfortunately you have to subsrcibe, it appears. I don't mind paying a one-off fee for something but I don't really want to have to pay any sort of subscription.

ps. meant to add the LeapFile link: www.leapfile.com
 
I thought about that but then everyone who uses it will have to download an ftp client in order to use it, plus it will be harder to administrate. It needs to be super fool-proof.

WHat are these home videos people are uploading? Windows still lacks an FTP client?

OK then there is a file upload function in standard HTML forms. No client side code is required. On the server it is a very simple CGI script, less then 20 or some lines. I needed to get this to work to. You can find some examples if you google. You just make a simple form and the user can browse his local file system then click "open". The browser will send the file after the form the server side script needs to know how to handle this but all server side langauses can have a library tpew fuction that can handle the incomming file. I used Perl. Maybe 100 lines total.
 
Google "php upload scripts" - if you know a bit about php. Also, your host may have set a limit on the size of a file that can be uploaded thru a browser - you might want to check into that.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.