When I first looked at adding the ability to upload files to a PHP form, I was pleased to find that the input type=file was available to do this easily. What was not so easy was deciphering the $_FILES array that contains information about the fields. Using Google to find answers to my questions made me realize that I was not the only one with problems. After finally figuring it out, I thought that there had to be a better implementation, so I...