File tree 3 files changed +9
-8
lines changed
3 files changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -22,5 +22,6 @@ $(function () {
22
22
maxFileSize : 99999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999 ,
23
23
resizeMaxWidth : 1920 ,
24
24
resizeMaxHeight : 1200
25
+ //,maxChunkSize: 130048 //1024*128 = 128 KB
25
26
} ) ;
26
27
} ) ;
Original file line number Diff line number Diff line change 75
75
76
76
<!-- modal-gallery is the modal dialog used for the image gallery -->
77
77
<div id =" filesGallery" class =" modal modal-gallery hide fade" >
78
- <div class =" modal-header" >
78
+ @* <div class="modal-header">
79
79
<a class="close" data-dismiss="modal">×</a>
80
80
<h3 class="modal-title"></h3>
81
- </div >
82
- <div class =" modal-body" ><div class =" modal-image" ></div ></div >
81
+ </div>*@
82
+ @* <div class="modal-body"><div class="modal-image"></div></div>
83
83
<div class="modal-footer">
84
84
<a class="btn btn-primary modal-next">
85
85
<span>Next</span>
97
97
<i class="icon-download"></i>
98
98
<span>Download</span>
99
99
</a>
100
+ </div>*@
100
101
</div >
101
- </div >
102
102
103
103
<!-- The template to display files available for upload -->
104
104
<script id =" template-upload" type =" text/x-tmpl" >
Original file line number Diff line number Diff line change 7
7
<configSections >
8
8
<section name =" clientDependency" type =" ClientDependency.Core.Config.ClientDependencySection, ClientDependency.Core" requirePermission =" false" />
9
9
</configSections >
10
- <location path =" Upload" >
10
+ <!-- < location path="Upload">
11
11
<system.web>
12
- <httpRuntime maxRequestLength =" 999999999 " />
12
+ <httpRuntime maxRequestLength="2097151" executionTimeout="100000 "/>
13
13
</system.web>
14
- </location >
14
+ </location>-->
15
15
<appSettings >
16
16
<add key =" webpages:Version" value =" 1.0.0.0" />
17
17
<add key =" ClientValidationEnabled" value =" true" />
18
18
<add key =" UnobtrusiveJavaScriptEnabled" value =" true" />
19
19
</appSettings >
20
20
<system .web>
21
- <httpRuntime maxRequestLength =" 999999999 " />
21
+ <httpRuntime maxRequestLength =" 2097151 " executionTimeout = " 100000 " />
22
22
<pages >
23
23
<namespaces >
24
24
<add namespace =" System.Web.Helpers" />
You can’t perform that action at this time.
0 commit comments