hi,

i want to transfer some audio data recorded in an applet to the servlet.

the data on the applet is in a AudioInputStream. i used it's write
method to write the data to the URL connection's output stream.

now on the servlet i used the request's input stream to construct an
AudioInputStream. and from there i'm saving it to the file, but this
file here has
nothing but great noise. The size of the file is the same but the file
is somehow corrupt.

can any one guide me as to what is going wrong here. does there exists
some other way of achieving this task.

--
Ovais

There are three kinds of people in the world, those who can count, and
those who can't.

___________________________________________________________________________
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