I want to select a file on mobile using J2ME but I don't know way to do it. Help me, please !
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
You have to use FileConnection(JSR-75) for this. See this links for your reference. How to Access Local File Systems from J2ME devices using FileConnection API |
|||
|
|
|
If what you're looking for is a file selection UI component, I'm afraid this does not exist by default in J2ME, and you'll have to create your own. Such a component is planned for MIDP3, however good luck finding any devices which support it! |
|||
|
|