This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
bjquanjiang
/
DigitalScholl
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
上传文件限制
金隅分支
liangkun
3 years ago
parent
8544b182ef
commit
55146d2256
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
Write
Preview
Loading…
Cancel
Save