Link to home
Start Free TrialLog in
Avatar of techques
techques

asked on

request.getParameter is returning null value

Hi

My code: request.getParameter is returning null value

String Name = request.getParameter("txtName");

Name = null


<form name="form1" method="post" action="fire" enctype="multipart/form-data">
<input type="text" name="txtName" value="">
<input type="file" name="image1">
<INPUT type="image" src="/update.gif">

Open in new window

ASKER CERTIFIED SOLUTION
Avatar of rrz
rrz
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial