显示总共113条中的前3条
flutter dio how to upload multiple files ,only keep one when upload multiple files?
发布者 : 粮油菜大市场 发布时间 : 15 Jun 2022 03:27:02
flutter dio how to upload multiple files ,only keep one when upload multiple files?
we can get the answer from
it seems work ok before ,but when i upload multiple files ,it can only keep the last one,
finally i get the answer, rename the MapEntry name to array,it is ok now
var formData = FormData();
for (var file in filepath) {
formData.files.addAll([
MapEntry("assignment[]", await MultipartFile.fromFile(file)),
]);
}RenderShrinkWrappingViewport does not support returning intrinsic dimensions
发布者 : 粮油菜大市场 发布时间 : 14 Jun 2022 12:26:45
RenderShrinkWrappingViewport does not support returning intrinsic dimensions