uploading text from cell phone

I'm currently trying to upload text stream from my cell phone to a web server (using J2ME), would anyone happen to have any ideas or experience with this task using Java Servlet?
[186 byte] By [yutunga] at [2007-10-3 1:10:46]
«« GuideMe
»» GuideMe
# 1

I nevwe worked with J2ME and your question is not exact!

But:

upload:

--> via html. Generall not problem. Pls. look in any HTML docu or google.

--> via JAVA. Try http://jakarta.apache.org/commons/httpclient/ this is a great lib for this problem.

On server: generall no problem. My you need a lib for extract the file from stream.

try:

http://servlets.com/cos/

http://jakarta.apache.org/commons/fileupload/

regards Dietmar

didisofta at 2007-7-14 18:07:41 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...