Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b5b016d

Browse files
author
Alex Gotev
committed
modified README
1 parent aafe726 commit b5b016d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ Add the following to your project's AndroidManifest.xml file:
3535

3636
request.addFileToUpload("/absolute/path/to/your/file",
3737
"parameter-name",
38+
"custom-file-name.extension",
3839
"content-type")); //You can find many common content types defined as static constants in the ContentType class
3940

4041
//You can add your own custom headers

0 commit comments

Comments
 (0)