Re: Fileupload question

2006-06-23 Thread Nima
it to work! And thanks for taking the time Martin :) On 6/23/06, Martin Cooper <[EMAIL PROTECTED]> wrote: On 6/23/06, Nima <[EMAIL PROTECTED]> wrote: > > I did ignore setting the threshold and max file size before, but that > didn't > result in any luck either... bas

Re: Fileupload question

2006-06-23 Thread Nima
ather scarce for this API). Thanks again! On 6/23/06, Martin Cooper <[EMAIL PROTECTED]> wrote: On 6/23/06, Nima <[EMAIL PROTECTED]> wrote: > > Hey all > > I am trying to handle a JSP file upload with the Commons Fileupload api > but > to no avail. The problem is that

Fileupload question

2006-06-23 Thread Nima
Hey all I am trying to handle a JSP file upload with the Commons Fileupload api but to no avail. The problem is that I never manage to parse the request coming from my JSP to my Servlet. Any ideas on what I might be doing wrong? There are no exceptions thrown and I have the commons-io.jar in my w