Dexter wrote:
I'm looking for help to create a simple php upload script.
just something that displays the html form when you first view the page and handles the file transfer when you upload the file. all files get dumped into a single directory.
if someone could either point me to a complete script or a tutorial on how to write the script that would be great.
Here you go:
PHO Form Upload Tutorial
It's not that hard, I've done it before. Just make sure your php.ini file is set to handle the maximum file size you need. I think the default is 2MB, but you can set as you need it to be.