Help for a beginner--file upload
I'm new to web site programming and I'm trying to build a form on a website that allows users to upload files. How do I do that with PHP?
From what I've read on the web, I need to have certain files server-side in addition to the web page programming.
What I'm looking for is a form that allows users to browse their computer for the file they want to upload, and then it it would be uploaded to the server or to an email address.
please help!
|