There is a really interesting file-upload class
here, but it might be beyond your level.
View the following article which explains file system handling:
http://www.sitepoint.com/forums/show...ight=uploading
Ignore the image gallery stuff, and just pick up the upload concepts.
It's hard to help with your problem since I don't know enough of the specifics. I also recommend you not combine your HTML with PHP, it's a horrible practice. Look into a templating system, like
Smarty.