Im new to android, developing a social networking application which requires user to upload images, but i dont know how to achive the file upload dialog box. How can we achive it,using java file or xml layout file?
views:
139answers:
1
+1
A:
The uploading file can be viewed as the set of actions
- Browse for file
- Select file for upload
- Upload file
So you need to combine these 3 steps to upload file.
If you are curious about actual upload - here is the link on example
Sorantis
2010-05-17 11:12:54
im basically interested in selecting a image file using file upload dialog
2010-05-17 23:15:53