Hi
I want to retrive List of media file from server side or from local drive ?
Please ..Can Help me any ..
Thanks ...
Hi
I want to retrive List of media file from server side or from local drive ?
Please ..Can Help me any ..
Thanks ...
Hi,
For the local drive you can use the File Connection API.
read more about the same here,
http://developers.sun.com/mobility/a...ileconnection/
Thanks with Regards,
R a j - The K e r n e l
Join Delhi-NCR Nokia Developer's Community,
hi,
for local drive u have to use jsr75 optional package FileConnection API. But im quite unable to understand what u want to do with server. If there is any file contains song names and paths then u just have to download that file. store the names and paths of files at different containers like vector etc. If there is limited data then u can also store them in different Recordstores. Well if ur problem seems quite different from my understanding then pls mention what u want to do actually with explanation.
thanks,
jitu_goldie..
thanks,
jitu_goldie..
KEEP TRYING..
Hi nrd.daheriya@gmail.com,
As raj_J2ME and jitu_goldie said to retrieve list of media file from your local driver you have to use the jsr75 and you have to recursively search your local drive for predefined file extensions .
From server side if you want to get the the list of media files , You need to have a servlet/jsp/php script which will search all the media file and format those in some format like some delimiter to separate the file names or you can format those files in xml document and send to the client from the server.
Hope this will helps you.