I'm using Nokia 7650 to develop midlet,
and want to download a file from a certain url like:
http://www.some.com/download.asp?id=1111
How can i do it ???
Thanks in advance!
I'm using Nokia 7650 to develop midlet,
and want to download a file from a certain url like:
http://www.some.com/download.asp?id=1111
How can i do it ???
Thanks in advance!
Hello
MIDlet can be downloaded using wap from the server by giving the address of your MIDlet suites .jad file in wap browser.
MIDlet can make Http connections and fecth data from the server.'
Please check the example applications from forum.nokia.com/java
royvip,
If I understand you correctly, then you have to open an http connection to this URL, take the info and parse it in your midlet.
For example if you wanted to display a WAP site in your midlet you would have to write a wml/xhtml parser.
Hope it helps.