이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
탐색
도움말
가입하기
로그인
bjquanjiang
/
DigitalScholl
보기
1
좋아요
0
포크
0
코드
이슈
0
풀 리퀘스트
0
릴리즈
0
위키
활동
소스 검색
课程资源上传大小类型增加
master
liangkun
3 년 전
부모
682d05a493
커밋
95e74b4783
2개의 변경된 파일
과
5개의 추가작업
그리고
3개의 파일을 삭제
분할 보기
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LR_OAModule/Views/ResourceFile/UploadifyForm.js
+4
-2
Learun.Framework.Ultimate V7/Learun.Application.Web/Web.config
+ 1
- 1
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LR_OAModule/Views/ResourceFile/UploadifyForm.js
파일 보기
@@ -31,7 +31,7 @@ var bootstrap = function ($, learun) {
dnd: '#lr_form_file_queue',
paste: 'document.body',
accept: {
extensions: "
jpg,gif,png,bmp,jpeg,doc,docx,ppt,pptx,xls,xlsx,pdf,txt,rar,zip,csv
"
extensions: "
*
"
},
multiple: true,
// 上传参数
+ 4
- 2
Learun.Framework.Ultimate V7/Learun.Application.Web/Web.config
파일 보기
@@ -44,11 +44,13 @@
</namespaces>
</pages>
<!--最大请求长度,单位为KB(千字节),默认为4M,设置为1G,上限为2G -->
<httpRuntime maxRequestLength="
1048576
" executionTimeout="3600" />
<httpRuntime maxRequestLength="
2048000
" executionTimeout="3600" />
</system.web>
<system.webServer>
<security>
<requestFiltering allowDoubleEscaping="true" />
<requestFiltering allowDoubleEscaping="true">
<requestLimits maxAllowedContentLength ="2048000000"></requestLimits>
</requestFiltering>
</security>
<validation validateIntegratedModeConfiguration="false" />
<modules runAllManagedModulesForAllRequests="true" />
쓰기
미리보기
불러오는 중...
취소
저장