Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 354ae75 + 43394f6 commit aa3b747Copy full SHA for aa3b747
README.md
@@ -51,7 +51,7 @@ Upload it to your server and pass "uploaded_file" as the second parameter to the
51
?>
52
53
## How to start android upload service to upload files
54
- public void updateSomething(final Context context) {
+ public void upload(final Context context) {
55
final UploadRequest request = new UploadRequest(context, "http://www.yoursite.com/your/script");
56
57
request.addFileToUpload("/absolute/path/to/your/file",
0 commit comments