1

I want to convert bitmap arraylist to file .

                File file=new File(alist1.get(1));
                multipartEntity.addPart("image1", new FileBody(new File(alist1.get(1))));
                multipartEntity.addPart("image2",new FileBody(image));
                multipartEntity.addPart("image3", new FileBody(image));
                multipartEntity.addPart("image4", new FileBody(image));
                multipartEntity.addPart("image5", new FileBody(image));

1 Answers1

0

Uploading Files Link

This is the best way you can do this even i have used this

If you don's have the JAR files get that from Here

Community
  • 1
  • 1
Developer
  • 6,292
  • 19
  • 55
  • 115