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

Upload images after selecting #4

Open
AnguelSC opened this issue Dec 2, 2017 · 1 comment
Open

Upload images after selecting #4

AnguelSC opened this issue Dec 2, 2017 · 1 comment

Comments

@AnguelSC
Copy link

AnguelSC commented Dec 2, 2017

Hi, I need to upload the images after they are returned to the onActivityResult,
I use retrofit to upload each image.

Thank you

@khoudy
Copy link

khoudy commented Feb 28, 2018

ArrayList images = new ArrayList();
for(String filePath :mGridView.getLocalUrls())
{
images.add(new File(filePath));
}

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