I need to download mp3 form server and i have to play it in device. I know about j2me's code but can any one tell me how can i put that mp3 on the server ?
-Kartik Trivedi
I need to download mp3 form server and i have to play it in device. I know about j2me's code but can any one tell me how can i put that mp3 on the server ?
-Kartik Trivedi
You need to either use a webserver with static reference or have a servlet to stream the file upon request from the device.
Can you give me link of web server to download and any good article and book regarding it ?