I am looking for the same thing.

I have created a servlet giving email functionality.
I am uploading the file to database.
I am looking how can I read that file from databse in
html format through servlets.(I am not using Javamail)

I have a method at backend using another langguage.
Using corba, it returns a blob(binary object). I need
to process that blob to read the uploaded file and
show it/open it to the user.
how could i do that? any ideas?

--- Steve Buonincontri
<[EMAIL PROTECTED]> wrote:
> This is a good question. We use a raw socket
> connection to do this but not
> through a servlet. I have been trying to figure out
> the best way to do it
> through a servlet. We use compression and we think
> we can still do it through a
> servlet.
>
> -sb
>
>
>
>
> servletqa qa <[EMAIL PROTECTED]> on 02/24/2000
> 02:07:23 AM
>
> Please respond to "A mailing list for discussion
> about Sun Microsystem's Java
>       Servlet API Technology."
> <[EMAIL PROTECTED]>
>
> To:   [EMAIL PROTECTED]
> cc:    (bcc: Steve Buonincontri)
>
> Subject:  Downloading large data using Servlets
>
>
>
> Hello,
>
> We want to exchange large amounts of data (>1MB)
> between the client and the
> server using JSP/Servlet technolog. Does anyone have
> an idea of how to
> implement such a requirement? Please find below the
> following concepts we
> are thinking of:
> 1. Using Applet to Servlet communication.
> 2. Using CORBA
>
> If we are using CORBA then how to synchronize
> between client HTTP session
> and the CORBA session?
>
> If this is not the right place to post, please give
> the group name.
>
> TIA
>
______________________________________________________
> Get Your Private, Free Email at
> http://www.hotmail.com
>
>
___________________________________________________________________________
> 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
>
>
___________________________________________________________________________
> 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
>
__________________________________________________
Do You Yahoo!?
Talk to your friends online with Yahoo! Messenger.
http://im.yahoo.com

___________________________________________________________________________
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