0
我需要發佈音頻文件(從音頻/ *意圖選擇)到服務器。我有Uri,但發佈參數類型是File
。我用下面的代碼,但它顯示/目錄/ ..不是絕對路徑,得到FileNotFoundException
。任何一個建議我..如何發佈音頻文件到服務器在android
代碼:
Uri uri=data.getData();
File f=new File(uri.getPath());
登錄:
09-26 21:20:19.735: I/System.out(920): java.io.FileNotFoundException: /document/audio:5257: open failed: ENOENT (No such file or directory)
它顯示我使用getPath()的filenotfound異常請參閱編輯的代碼 – 2014-09-26 15:51:55