View Single Post
  #1 (permalink)  
Old 07-09-2007, 08:15 PM
Albert Albert is offline
Senior Member
 
Join Date: Jun 2007
Posts: 114
Albert is on a distinguished road
Help with request.getParameter()
Hello. I am experiencing problems in my form.

I have many textfields and I am saying request.getParameter("..") in some action.

I also have a fileupload in the same form and trying to read it from the same action.

But it seems that none of my request.getParameter() work.
They all become null. But If I remove the fileupload stuff it works fine.
So my question is.
Can you use fileupload and textfields in the same form? Or do I need to separate the handling in to different forms and actions?

Thanks
Albert
Reply With Quote
Sponsored Links