PHP Upload Page
PHP
Web Development -Web Programming
Description
We are a print shop that needs an upload page for our client's files. <br /> The page would have to have a username and password to login, and i would need to be able to add users and passwords when necessary. (i can edit source code etc.) The page also needs to have a a few boxes for contact info; name, company, phone, email etc. Thus when someone uploads files, the form would submit an email to me with all of this info, so i know that a file was just uploaded to my site. The page will have 5 browse.upload buttons, so my clients can upload multiple files at once. Also, it needs to show a progress bar, so the client knows that their file is uploading, and when it is complete, a notification on-screen will need to show. All of the files will go into a directory called "uploads"


