Uploading file from PC to mobile

Hi All,

Can you please tell how do I upload a file from a PC to a mobile?

My purpose is to transfer a file from a PC to a mobile and read that file from a MIDlet. Can you explain the possible ways to achieving this?

I am using a Nokia 6610i phone. I am not able to copy the file into the mobile by using the Nokia PC suite.

Thanks in advance,

Kalyan

[386 byte] By [kalyansarkar108a] at [2007-10-2 12:36:49]
# 1

Hi

You can make your PC act like a server, so that the phone could connect to it using HTTP --> http://java.sun.com/developer/J2METechTips/2001/tt0820.html#tip2.

If you want to store that file into the mobile phone, you either use RMS, but this way the content of the file is only available from within the application, or, use FileConnection API, but the phone must support this API (JSR 75).

Mihai

Printisora at 2007-7-13 9:38:05 > top of Java-index,Java Mobility Forums,Java ME Technologies...