Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to multi upload file ? #13

Closed
sonybws opened this issue Jan 7, 2015 · 1 comment
Closed

How to multi upload file ? #13

sonybws opened this issue Jan 7, 2015 · 1 comment
Milestone

Comments

@sonybws
Copy link

sonybws commented Jan 7, 2015

how to multiple upload file one parameter ?

@alexbbb
Copy link
Contributor

alexbbb commented Jan 28, 2015

You can do it simply by calling

request.addFileToUpload("/absolute/path/to/your/file",
                        "parameter-name",
                        "custom-file-name.extension",
                        "content-type"));

As shown here: https://github.com/alexbbb/android-upload-service#how-to-start-android-upload-service-to-upload-files

@alexbbb alexbbb closed this as completed Jan 28, 2015
@alexbbb alexbbb modified the milestone: 1.x Jul 17, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants