[thelist] [JSP] File uploads in Apache vs Tomcat

Howard Cheng howcheng at ix.netcom.com
Thu Jan 24 14:03:01 CST 2002


Well by using <form enctype="multipart/form-data"> this should send a
multipart post, with part of it in ASCII and part of it binary. This is
something any modern browser should be capable of doing (see
http://www.ietf.org/rfc/rfc1867.txt for the full specification). Unless
there's some sort of configuration that needs to be done in Apache that I
don't know about, this pretty much should work as-is.

At 01:41 PM 1/24/2002 -0600, Kimberly Carroll wrote:
>Forgive the naivety, but are you sure that the Apache upload is using binary
>rather than ASCII? That can certainly cause corruption.

::::::::::::::::::::::
Howard Cheng
howcheng at ix.netcom.com
AIM: bennyphoebe
ICQ: 47319315




More information about the thelist mailing list