PDA

View Full Version : any good upload manager out ther?



Morten5t
02-25-2007, 04:48 PM
Does any know a good Free upload manager I can use on my webserver from hostmonster? it would be really nice instead of creating ftp accounts to many people.

shadmego
02-25-2007, 04:56 PM
I'm not quite sure what you mean by upload managers. If you want people to have the ability to upload files to the server, you have to create an account for them ... unless you want them to use your admin account.

Other than using a CMS-type upload manager where users have certain permissions for uploading, you will have to stick with FTP. Even if you use a CMS, you will have to limit yourself to files size limits as set in the php.ini file (globally).

~regards,
Shadmego