Greetings,

I have an HTML form that has two fields:

Name (a text field)
Resume (a file field)

A servlet processes this form using the FileUpload classes. If I didn't use 
FileUpload, I would get the value of "Name" by using something like: 
request.getParameter("Name")

However, I don't see anything equivalent in FileUpload. I see several methods for 
processing the "Resume" field, but don't see any way to get the value of "Name". I 
would expect something like getFieldValue(String field)

Does anyone know how to access the field values for non-file fields?

Thanks,
Steve


Steven Turoff
Peoples Health Network
200 W. Esplanade Ave., Suite 600
Kenner, Louisiana 70065
tel: 504.461.9800 ext. 4363


CONFIDENTIAL HEALTH INFORMATION

This email message and any accompanying attachments are confidential and privileged. 
This information is intended solely for the addressee; access by anyone else is 
unauthorized. No confidentiality or privilege is waived or lost by mistransmission. If 
you are not the intended recipient, any forwarding, opening of attachments, 
disclosure, copying, distribution, or other action, is strictly prohibited. If you 
have received this electronic message in error, please delete it and any attachments 
and notify the sender at Peoples Health Network immediately.


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to