Im making a servlet that receives a form with various fields.
name, address, city, photo, etc...
No problem with the text fields... but how can I get the file I send
in the photo field? (it's an <input type="file">)
I need to get the photo to put it in a BLOB object and insert it into
the database...