Because PhoneGap/FileTransfer not work on symbian, What choice do I have to send and receive information with a server?
Asked
Active
Viewed 122 times
1 Answers
0
Just use normal HTTP protocol to send POST request to server.

Riho
- 4,523
- 3
- 33
- 48
-
The server only returns the response XML. How do I control the server's response with PhoneGap API? – Mark Pro Campos Jun 20 '12 at 11:42
-
Don't know about PhoneGap, but as you said - it doesn't work on Symbian, so parse the XML yourself. – Riho Jun 20 '12 at 11:51