Web Hosting Talk







View Full Version : File sharing/repository


l810c
01-10-2006, 10:11 PM
Anyone know of a good script to share files?

I want to share large files(5mb-30mb) with a small group of people. Were past what we can exchange with email and most of the people I work with do not have the technical savy to deal with ftp. I want a web based upload/download funtionality.

I've tried several of the php upload scripts and they are all choking on the large files.

netscan
01-10-2006, 10:13 PM
Your host has to set the upload size in the conf file to allow for larger uploads, no script will work without that done

l810c
01-10-2006, 10:41 PM
Your host has to set the upload size in the conf file to allow for larger uploads, no script will work without that done

I'm in complete control as this is a VPS. I of course modified the php on the various scripts to allow larger sizes. Which conf file? I do not see anything like that in httpd.conf.

Just for fun I uploaded a 20mb .tif file to a Gallery 1.5 installation using the Small Java Applet and the upload worked great. Of course Gallery cannot handle .tif and .zip(which is what I need to share).