David Allen wrote:
>
> <kissup>JAVA Servlet Programming by Jason Hunter has proved to
> be an invaluable resource as we transition to web
> development.</kissup>

<enjoyed/>

> When I submit a file with embedded control characters via an HTML
> form and "catch" it with the MultipartRequest class from
> com.oreilly.servlet.* I am finding that some of the control
> characters are being replaced with '?' specifically it looks like
> the high ASCII characters like 0x90 are being replaced.This is due
> to browser substitution as Netscape appears to properly
> transfer the file. Is there any way around this problem?

I've uploaded many binary files, and have never seen a problem.  I
suggest you try a little test with the JSDK 2.0 or 2.1 engine instead
of IBM's, and see whether it still occurs.  My first thought is it's a
server issue.

Let us know what you find,

-jh-

--
Jason Hunter
[EMAIL PROTECTED]
Book:    http://www.servlets.com/book
Article: http://www.javaworld.com/jw-12-1998/jw-12-servletapi.html

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to