Kalbrener, Cyrus wrote:
>
> I know that you can use various file upload servlets, and that you can
> send a POST message vi ServletMessage or HttpMessage, but has anyone
> managed to use Java to SEND a multi-part/mixed POST request to a
> servlet?
>
> Part of my issue is the need to send a formatted text file to a web
> server via SSL.  I could send the text file data as a parameter value,
> but I don't want to lose formatting or potentially run into memory or
> size issues.
>
> Any suggestions?

Sounds like you're using an applet or application to do the sending.
In that case you might as well just send the file contents raw as the
body of the message, with maybe an encoded query string specifying the
name of the file.

-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