I am trying to design a form that takes information to be entered into the database. Along with that info, an image is uploaded with each record. Part of the form tag need to be 'enctype="multipart/form-data"' for the image, but that seems to make all the text unreadable. Any help?