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

Skip to content

Commit e457452

Browse files
author
Alex Gotev
committed
Update README.md
Shortened example server URL
1 parent 934d4e0 commit e457452

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Add the following to your project's AndroidManifest.xml file:
3131

3232
## How to start android upload service to upload files
3333
public void updateSomething(final Context context) {
34-
final UploadRequest request = new UploadRequest(context, "http://www.yourcompany.com/your/upload/script");
34+
final UploadRequest request = new UploadRequest(context, "http://www.yoursite.com/your/script");
3535

3636
request.addFileToUpload("/absolute/path/to/your/file",
3737
"parameter-name",

0 commit comments

Comments
 (0)