video upload in Android
问题 I am trying to upload video to server ,here i have store the video in assets folder,and trying to upload.i have used the following code: private void uploadVideo() { String upLoadServerUri = "http://xxxxx/video_upload.php"; // String [] string = sourceFileUri; String fileName = "file:///android_asset/clip0003"; HttpURLConnection conn = null; DataOutputStream dos = null; DataInputStream inStream = null; String lineEnd = "\r\n"; String twoHyphens = "--"; String boundary = "*****"; int bytesRead