您的位置:首页 > 移动开发 > Android开发

Uploading audio, video or image files from Android to php server.

2012-04-17 13:19 666 查看
In one of the previous posts I have shown one method to upload
an image in android.

Here is another method to upload a media file like images,audio or video in android.

Here is the main java file that does the upload.

Here I am trying to open audio from the gallery.
However you can change it to image or video according to your need.

The code for upload will not change since we change only the code for opening the gallery.
We use only the path of the selected file whether it is image or video or audio to upload.

内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐