Hi recently I try to capture image from camera and save it to file (.jpg)
Now I want to try send it to server via HTTP
How to do that? What class should I use?
Is there any tutorial / code or example that I can learn to solve the problem?
Thx a lot.
Hi recently I try to capture image from camera and save it to file (.jpg)
Now I want to try send it to server via HTTP
How to do that? What class should I use?
Is there any tutorial / code or example that I can learn to solve the problem?
Thx a lot.
check the HTTP example and modify it to do POST instead of GET, and send the file as POST data.
eh, in the HTTP example, at the POST menu :
the URI edwin -> input with the url ?
and the data to post -> what should this input? the path or the file, or just input the string?
Kaz32/ SymbianYucca:
What is the example called? Is it the AppProts/exampleclient project?
I guess you are looking for this example.
http://www.forum.nokia.com/info/sw.n...I_Example.html