Hi,
For file uploading you have to use enctype="multipart/form-data" attribute in form tag.
and have to provide the path to servlet in action.
Then have to use a input filed with type file.
...