I plan to do a J2ME project. It can upload images which save in the mobile phone to a webpage. And the webpage will display the latest uploading image on the top row of the HTML table.
My question is, is this project possible to implement? If so,how to implement the MIDlet, save the image in rms and use HTTPconnection send the image?
And how to implement the webpage side? I mean, how to decode the stream to a image and shows in the webpage? Use Servelet or JavaScrip????
Thanks~

Reply With Quote

