How to send raw data
I am wondering what is the best practice to send raw data from a MIDlet to a web servlet/JSP-capable server ?
Let's illustrate why I need this feature: imagine I have design a drawings application and that I want to send my drawings via email and a local server which can send mail is available. I would like to send the drawings to my server through a connection, and then I will design a servlet that furtherly sends the e-mail.

