|
@@ -35,7 +35,7 @@ public class UpLoadImpl extends LattePresenterImpl {
|
|
|
List<File> list2 = (List<File>) map.get("bpFileList");
|
|
|
if (list2 != null && !list2.isEmpty()) {
|
|
|
for (File file : list2) {
|
|
|
- params.put("bpFileList\";filename=\"" + file.getName(), RequestBodyUtils.toRequestBodyFile(file, context));
|
|
|
+ params.put("bpfilelist\";filename=\"" + file.getName(), RequestBodyUtils.toRequestBodyFile(file, context));
|
|
|
}
|
|
|
map.remove("bpFileList");
|
|
|
}
|
|
@@ -242,9 +242,9 @@ public class UpLoadImpl extends LattePresenterImpl {
|
|
|
List<File> list2 = (List<File>) map.get("bpFileList");
|
|
|
if (list2 != null && !list2.isEmpty()) {
|
|
|
for (File file : list2) {
|
|
|
- params.put("bpFileList\";filename=\"" + file.getName(), RequestBodyUtils.toRequestBodyFile(file, context));
|
|
|
+ params.put("bpfilelist\";filename=\"" + file.getName(), RequestBodyUtils.toRequestBodyFile(file, context));
|
|
|
}
|
|
|
- map.remove("bpFileList");
|
|
|
+ map.remove("bpfilelist");
|
|
|
}
|
|
|
for (Map.Entry<String, Object> entry : map.entrySet()) {
|
|
|
String key = entry.getKey();
|