How to upload a jpeg image to web server and how to receive the image on server?
How to upload a jpeg image to web server and how to receive the image on server?
use http to send the image you will get the example on wiki and if you have ftp sevrevr as well so you can use ftp protocol as well, either you can open the tcp/ip connection via a socket and send your image into byte to the server and make a page on server whoc can cater these bytes of request.
Use Qt-Quick to make your application UI more attractive.
http://store.ovi.com/content/271896 | http://store.ovi.com/content/276199 | http://store.ovi.com/content/276202 | http://store.ovi.com/content/280827
You can send your img data using http post
see this:
http://wiki.forum.nokia.com/index.ph...part/form-data