1. In the given example html input "type" is "file" and not "text".
2. getParameter() returns you a
String.
3. Being we are tring to access the file request object, we will not get String. Hence this answer is wrong.
Thanks,
Atul Samnerkar
[ August 30, 2008: Message edited by: Atul Samnerkar ]