I want to let the user select some files from his android device to upload it on server.
how can i show a file explorer and let the user pick any(image/audio/vedio) file (single or multiple selection) to upload it.
how can i implement this.
Please help.
thanks..
See this tutorial:
http://android-er.blogspot.com/2010/01/implement-simple-file-explorer-in.html
and extend it after your needs.