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
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