Skip to content

Commit

Permalink
all is well
Browse files Browse the repository at this point in the history
  • Loading branch information
dtboy1995 committed Jun 22, 2017
1 parent 15b5d32 commit f340fc3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,8 @@ FileRequest
}
})
.download(new File("你要把文件下载到哪")); // 比如 Environment.getExternalStorageDirectory().getAbsolutePath()+File.separator+"图片.png"
// 文件上传
// 别忘了权限 <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
// 文件上传
// 别忘了权限 <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
File uploadFile = new File("existed_file"); // file to upload
RequestParams params = new RequestParams();
try {
Expand Down

0 comments on commit f340fc3

Please sign in to comment.