Hi all
Can some help me ?
I want to transfer image from my mobile phone (N70) using https protocl to the web server (tomcat).
Sample code would b great
Regards
Hi all
Can some help me ?
I want to transfer image from my mobile phone (N70) using https protocl to the web server (tomcat).
Sample code would b great
Regards
Hello,
device model and SSL does not matter, its could be implemented via http connection (https should be transparent to your implementation on device)
its all like writing bytes into outputstream in request sent to servlet on Tomcat container,
see that thread and book I mentioned, it contains source files for sending binary data from midlet to servlet:
http://discussion.forum.nokia.com/fo...ad.php?t=85416
hth,
regards,
Peter
The problem might be, that the N70 uses chunked encoding whenever the data you upload exceeds some kBytes. And I have a similar problem with Zope since there's a bug in Zope concerning chunked encodings. Nevertheless, my Tomcat works correctly.