gpt4 book ai didi

php - 在 Android 中从 Gallery 中选择多个图像并在 PHP 中上传到服务器

转载 作者:行者123 更新时间:2023-11-30 00:43:39 25 4
gpt4 key购买 nike

<分区>

我正在使用一个应用程序,该应用程序具有一种功能,可以从 android 内置的图库/相机中选择多张图像。

Gallery is open successfully using below code.

Intent intent = new Intent();
intent.setType("*/*");
intent.setAction(Intent.ACTION_GET_CONTENT);
intent.addCategory(Intent.CATEGORY_OPENABLE);
startActivityForResult(Intent.createChooser(intent,"Select Picture"), SELECT_PICTURE);

但我只能从图库中选择一张图片。所以请建议我如何从内置图库中选择多张图片并保存到服务器。

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com