Browse Source

上传文件限制

金隅分支
liangkun 3 years ago
parent
commit
55146d2256
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LR_SystemModule/Views/Annexes/UploadForm.js

+ 2
- 1
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LR_SystemModule/Views/Annexes/UploadForm.js View File

@@ -134,7 +134,8 @@ var bootstrap = function ($, learun) {
chunked: true,
chunkRetry: 3,
prepareNextFile: true,
chunkSize:'1048576',
chunkSize: '1048576',
fileSingleSizeLimit:500*1024*1024,
// 上传参数
formData: {
__RequestVerificationToken: $.lrToken


Loading…
Cancel
Save