The forms action is set to post to formemail.bml. because it is posting to another page, the upload never has a chace to occur.
When a form posts, the information goes directly to the action page, the upload will not occur.
The only way for the upload to occur is if the action of the form is set to post to itself.
Also the Forms Encoding type needs to be set to multipart/form-data