我在Laravel中获得了从React Native作为JSON发送的响应数据。如何将一个或多个图像存储在数据库和图像文件夹中。这是响应数据:
images: Array(4)
0: {uri: "file:///data/user/0/com.pardis/cache/react-native-image-crop-picker/IMG_20191226_174428.jpg", width: 79.12087912087912, height: 70, mime: "image/jpeg"}
1: {uri: "file:///data/user/0/com.pardis/cache/react-native-image-crop-picker/IMG_20191226_174441.jpg", width: 79.12087912087912, height: 70, mime: "image/jpeg"}
2: {uri: "file:///data/user/0/com.pardis/cache/react-native-image-crop-picker/IMG_20191226_174453.jpg", width: 79.12087912087912, height: 70, mime: "image/jpeg"}
3: {uri: "file:///data/user/0/com.pardis/cache/react-native-image-crop-picker/IMG_20191226_174437.jpg", width: 79.12087912087912, height: 70, mime: "image/jpeg"}
length: 4
__proto__: Array(0)