Re: [java ee programming] upload excel to servlet

2011-02-05 Thread bambang passion
hi, you need to change the content type to "multipart/form-data" b.l On Fri, Feb 4, 2011 at 6:45 PM, vinay basavanal wrote: > HI all, > > I am trying to upload an excel sheet and read it.I am using apache commons > file upload and apache poi to read excel. > > This is my jsp > > <%@ page langu

Re: [java ee programming] upload excel to servlet

2011-02-04 Thread Kunal Raikar
Hey Use *enctype="multipart/form-data" *in form tag example as follows Warm regards Kunal Raikar P *SAVE PAPER* - *Please consider our environment before printing *ΓΌ On Fri, Feb 4, 2011 at 4:15 PM, vinay basavanal wrote: > HI all, > > I am trying to upload an excel sheet and read it.I