I am developing one Web application.
In i need to upload image file to my local web directory.
I want code and setting of or how to configure in netbeans 6.8 (Apache,Glassfish)
Have a look at the ServletsFaq. There is an entry for FileUpload: http://faq.javaranch.com/java/FileUpload.
In fact, go though all the entries there (and the other FAQs as needed) - lots of great information there.