I Need A Script For Uploading Files To Server

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
ryevick
Forum Newbie
Posts: 2
Joined: Sun Feb 25, 2007 5:01 pm

I Need A Script For Uploading Files To Server

Post by ryevick »

OK, I've looked everywhere but can't find what I'm looking for. :cry: Below is what I really need but I suppose I could vary from it a bit if you know something close... maybe use zip files to replace quantity but really don't want to.

I need a script that will allow a user once they register to upload multiple files (up to 50 or more images at once with progress bar... may also be a zip or text document) that will go to my server, creating separate user folders, for me to work on but maintain their privacy by not allowing other users to see what has been uploaded and also notify me when an upload occurs by email.

Any and all help appreciated. :)
User avatar
jayshields
DevNet Resident
Posts: 1912
Joined: Mon Aug 22, 2005 12:11 pm
Location: Leeds/Manchester, England

Post by jayshields »

Thats a very specific set of needs! There's many, many scripts that do some of what you are asking on HotScripts, but if you want something that does all of that (without modification) then I think you should stop looking now :)
ryevick
Forum Newbie
Posts: 2
Joined: Sun Feb 25, 2007 5:01 pm

Post by ryevick »

jayshields wrote:Thats a very specific set of needs! There's many, many scripts that do some of what you are asking on HotScripts, but if you want something that does all of that (without modification) then I think you should stop looking now :)

Yeah I know it's very specific lol... but it's what I need and I don't really know how to program or modify it myself so I figure, throw it out there and see if I can find something close... always better to have too much info than not enough... I am getting a few bites on other forums I've posted in but still waiting for that awesome programmer to step up to the plate :)
Post Reply