upload servlet

I am getting the error when i executed the upload servlet using below html

<html>

<body>

<FORM ACTION="venus.venu" ENCTYPE="multipart/form-data" METHOD="POST">

What is your name? <INPUT TYPE=TEXT NAME=submitter>

Which file do you want to upload? <INPUT TYPE=FILE NAME=file>

<INPUT TYPE=SUBMIT>

</FORM>

</body>

</html>

please do the needful!!

Error is

COMMONS error :org.apache.commons.fileupload.FileUploadBase$InvalidContentTypeEx

ception: the request doesn't contain a multipart/form-data or multipart/mixed st

ream, content type header is nullerror :java.lang.NullPointerExceptionerror :jav

a.lang.NullPointerException

[784 byte] By [navata] at [2007-11-26 12:28:33]
# 1
user this enctype="multipart/form-data" instead..regardsShanu
mshanua at 2007-7-7 15:37:04 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...