upload file image to server using J2ME (Please Help)

Hello everybody in this forum. I have a task from my teacher to make an application which used to upload file image to server (internet) using J2ME.

I am a new comers in this program language. This is emergency.

So i really thanks if anybody could help me about the script code about this task.

Maybe somebody in this forum already have an experience with this case or maybe have already do this task, can told me.

Please.

[453 byte] By [Afua] at [2007-11-27 5:01:57]
# 1
http://www.java-tips.org/java-me-tips/midp/use the filter with images and you may find something interesting
suparenoa at 2007-7-12 10:19:40 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 2
First get your images as a byte Array, than use Connection it may be http connection,https connection, or socket connection . send this byte array to server using connection.At server side get this byte array than save it as u want means as a file or in database.
Garg_Ankura at 2007-7-12 10:19:40 > top of Java-index,Java Mobility Forums,Java ME Technologies...