i want to upload image to internet through codewarrior c++ code ,
can any one help me
i want to upload image to internet through codewarrior c++ code ,
can any one help me
Maybe you could start with the HTTP example, available on this forum.
yucca
you can do it via a FTP
example can be seen from here.
http://forum.nokia.com/info/sw.nokia..._v1_0.zip.html
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
Http examples are avalable from here
http://forum.nokia.com/search/?conte...ample&limit=20
Peter
FTP example code is not working ,
resource files are missing in that example project
In which format image can be send with http post method can any one help![]()
You can send any kind of data/files in a HTTP post as long as you encode it so that the receiving end (server) can handle it:
http://en.wikipedia.org/wiki/MIME#Multipart_Messages