PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
Yeah that was right, it's getting late lol. The only thing I can think of is that there is a tag confusing ie someplace. What exactly happens when you click upload?
LiLpunkSkater: the id attribute doesn't help the situation.
agtlewis: The page continues as if nothing unusual has happened. The script returns a message (based on $_FILE error constants) to the user saying if the upload was successful or not. The returned message is that the upload was successful (UPLOAD_ERR_OK), but it was not. No other errors are returned either.
I think the problem is solved. Near as I can tell, the issue occurred because the script was looking for jpeg files and excluding all others, filetype being verified by the following snippet: