Hi Nicole,
Can you provide more informations on what you did? In which file?
As i didn't see your message I started this thread : http://www.mail-archive.com/[email protected]/msg28677.html
in devlist explaining the same problem.
Thanks
Phil
Nicole wrote:
Additional information: I use the forms within a portal and use the CopletTransformer.
By stepping through the code I found out that the CopletTransformer different
depending on the enctype. There are some lines in "protected void output(...)" like:
[...]
if ( enctype== null || "application/x-www-form-urlencoded".equals(enctype)) {
[...]
which made my forms behave different.
When I add "|| "multipart/form-data".equals(enctype)" in the if-clause it works
fine for me.
Is there another way (without canging the code) to get that result or has the code really have to change?
Nicole
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
