Share large files

Share large files

Posted by: masstri
Posted on: 2008-09-17 14:30:00

I need to set something up for a client where they can do the following: Multiple users need to login to a web page to download large pdf files (5-20Mb or more). I am pretty sure I can figure out a way to set that up but how can I make it easy for the client to populate the webpage with the files that need to be downloaded? These will change everyday? I would like them to be able to dump them in a ftp folder and the website will do a crawl to display them. I was thinking maybe joomla but it doesnt seem like the right fit. I also have been running into the size limitation with php. Thoughts?

Re: Share large files

Posted by: samorost
Posted on: 2008-09-18 02:12:00

Hey masstri,

What you need is a plain old web server application, like Apache. Your hosting provider should allow your visitors to browse a folder with a basic filesystem structure: links to all files, etc.

If that's not the case, check out http://www.box.net. They give you a "box", which is a page that is refreshed in real-time in which you can drop files for users to download. It's free, too, and you can set it up so it doesn't need anyone to register/log in.

Re: Share large files

Posted by: sdayman
Posted on: 2008-09-18 06:30:00

I use PHPfileNavigator. It's in Spanish, but it's pretty easily workable. But you *will* have to use the PHP.ini tweak to allow for larger uploads:

http://wiki.dreamhost.com/PHP.ini

-Scott

Re: Share large files

Posted by: pangea33
Posted on: 2008-09-18 22:00:00

In reply to:

What you need is a plain old web server application, like Apache. Your hosting provider should allow your visitors to browse a folder with a basic filesystem structure: links to all files, etc.


Boy, this certainly smells a little spammy to me. Being that this is a user forum for Dreamhost, I would like to think that we're all using the same hosting provider. All of us most assuredly have access to a web server application such as Apache too.

*grumble, grumble, grumble*

/end rant

*EDIT*
Especially given that both the OP and the insightful user with a helpful reply have only 1 post each.
*EDIT*

Edited by pangea33 on 09/18/08 10:09 PM (server time).

Tags: multiple userspdf filesweb page