Thanks James,
I appreciate the help. I found the php.ini file and simply changed the upload_max_filesize to 64M and the php_value post_max_size to 64M also. At first it didn’t work so I went to .htaccess but I really didn’t want to mess with that. It still wouldn’t upload my images. Then I remembered that I should probably stop Apache and MySql in Xampp and restart them. When they fired up there it was, “Max upload size is 64MB”. I sucessfully uploaded a seven MB file with no problems.
I thank you again for the help.