Can we change enctype dynamically??  
Author Message
gsr4000





PostPosted: 2003-9-10 3:05:00 Top

java-programmer, Can we change enctype dynamically?? Hello all,

Can we change enctype in the form tag using javascript
document.formname.enctype = 'variable' variable being
multipart/form-data or application/x-www-form-urlencoded. I can do
this in Netscape7 not in IE6 ??

My problem is when I am in the rendered page of type
mulipart/form-data, I have to call another servlet (which process
regular form fields only). When I do that it breaks.

If I use all my servlets to process enctype=mulipart/form-data jsp's
is there any performance or any kind of issues???

Any help will be appreciated.

Thanks - gsr