PDA

View Full Version : PHP uploader script


chris1317
28th July 2005, 18:50
Does anyone here have a PHP file upload script or know where to get one.

I have found plenty on the web but I am after a couple of extra features.


I need to upload files to the server

I need to have a message to go with the files for a description of work to be done

I need e-mail and name fields also

Prefrably a new folder would be created on server for each user that uploads containing their files and the message and an e-mail alert is sent to me to let me know when new files arrive.

Im not sure if all of this is possible or not. I do not know enough PHP to create my own cust om uploader.

Thanks
Chris.

Rob Holmes
28th July 2005, 19:19
Chris, we have a file manager script as a free install on our hosting or you can get a few free ones around the web.

If you want something tailored then call me or PM - we did something very similar for a mp3 mastering studio recently (except uploading music not pics)

Rob

naughtymutt
29th July 2005, 18:50
What you want is to upload the files to the server and store the filename and your other data into a database.

If you need help developing such a system, let us know.

Webstuff
30th July 2005, 08:23
There are some free CMS's that will do this, but a lot of the free ones are also 'bulky'... Do you want to allow user uploads, from any old person who visits your website? If so, make sure the script supports restriction of file types and sizes...