RE: jsp page with enctype=MULTIPART/FORM-DATA

2003-12-11 Thread Pitre, Russell
with enctype=MULTIPART/FORM-DATA Hi, Hi there, when I add the following: enctype=MULTIPART/FORM-DATA in a FORM element in a jsp page, then the values of the FORM parameters doesn't get propagated to the action servelet The servlet receives nulls only!!! If i skip the enctype=MULTIPART/FORM

jsp page with enctype=MULTIPART/FORM-DATA

2003-12-10 Thread FTP Admin
Hi, Hi there, when I add the following: enctype=MULTIPART/FORM-DATA in a FORM element in a jsp page, then the values of the FORM parameters doesn't get propagated to the action servelet The servlet receives nulls only!!! If i skip the enctype=MULTIPART/FORM-DATA in the FORM, everything

RE: jsp page with enctype=MULTIPART/FORM-DATA

2003-12-10 Thread Kilic, Hakan
one, as well as file-upload). This isn't Tomcat specific. -Hakan Kilic -Original Message- From: FTP Admin [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 10, 2003 4:29 PM To: Tomcat Users List Subject: jsp page with enctype=MULTIPART/FORM-DATA Hi, Hi there, when I add the following

Re: jsp page with enctype=MULTIPART/FORM-DATA

2003-12-10 Thread FTP Admin
Users List Subject: jsp page with enctype=MULTIPART/FORM-DATA Hi, Hi there, when I add the following: enctype=MULTIPART/FORM-DATA in a FORM element in a jsp page, then the values of the FORM parameters doesn't get propagated to the action servelet The servlet receives nulls only!!! If i skip

Re: jsp page with enctype=MULTIPART/FORM-DATA

2003-12-10 Thread Ben Souther
libraries (oreilly.com has one, as well as file-upload). This isn't Tomcat specific. -Hakan Kilic -Original Message- From: FTP Admin [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 10, 2003 4:29 PM To: Tomcat Users List Subject: jsp page with enctype=MULTIPART/FORM-DATA

Re: jsp page with enctype=MULTIPART/FORM-DATA

2003-12-10 Thread FTP Admin
:[EMAIL PROTECTED] Sent: Wednesday, December 10, 2003 4:29 PM To: Tomcat Users List Subject: jsp page with enctype=MULTIPART/FORM-DATA Hi, Hi there, when I add the following: enctype=MULTIPART/FORM-DATA in a FORM element in a jsp page, then the values of the FORM parameters doesn't get propagated

Re: jsp page with enctype=MULTIPART/FORM-DATA

2003-12-10 Thread Ben Souther
with enctype=MULTIPART/FORM-DATA Hi, Hi there, when I add the following: enctype=MULTIPART/FORM-DATA in a FORM element in a jsp page, then the values of the FORM parameters doesn't get propagated to the action servelet The servlet receives nulls only!!! If i skip the enctype=MULTIPART