问题 I want to upload multiple images into the Rest API. I tried the below code to upload a single image to the rest API. That is working fine , for multiple image selection I'm using multi_image_picker link, how can I modified below code to upload multiple images? Thank you Future<String> uploadSingleImage(File file,String userid) async { final prefs = await SharedPreferences.getInstance(); final key = 'token'; final value = prefs.get(key ) ?? 0; String fileName = file.path.split("/").last; var