Browse Source

上传限制

master
zhouyl 12 months ago
parent
commit
ccdf24aa78
  1. 2
      tp-common/src/main/java/com/inscloudtech/common/utils/file/FileUploadUtils.java

2
tp-common/src/main/java/com/inscloudtech/common/utils/file/FileUploadUtils.java

@ -29,7 +29,7 @@ public class FileUploadUtils {
/** /**
* 默认大小 50M * 默认大小 50M
*/ */
public static final long DEFAULT_MAX_SIZE = 50000 * 1024 * 1024;
public static final long DEFAULT_MAX_SIZE = 500000000 * 1024 * 1024;
/** /**
* 默认大小 10M * 默认大小 10M

Loading…
Cancel
Save