File Uploader

Soldato
Joined
14 Apr 2003
Posts
5,716
Location
Leicester
Hi all,

I am after a very basic file uploader with the ability for users to be able to delete files, upload many types (jpg,gif...etc...,zip,rar), do not need to register but can,

So far I have found a couple (Celeron Dude & maian)

The Maian one seemed perfect bar the user has to login, but had all the functionality that I required. I don't get on with the Celeron Dude one at all :(


Is there such thing out there?

I am useless at PHP so I couldn't write my own unfortunately :(


Yes, I have enough space and bandwidth going "spare" in order to do this :p
 
Ah Okay, Celeron Dude was fine, but the file limits were doing my head in, tried changing the .ini files (for php5) but no avail :(
 
File limits? The sizes or the actual types of files?

Sizes;
Code:
post_max_size = 10M
upload_max_filesize = 10M

I see you tried changing the ini files, but, was it the same as that? :)

Magic, thanks, I had overlooked the Upload_max_filesize one :)


Edit:

It is still saying

Note: Currently this server is set to accept files no larger than 2M. Make sure the individual files are smaller than this limit as they will be discarded otherwise.

:(
 
Last edited:
Back
Top Bottom