Skip to content

Commit 028b17e

Browse files
committed
500mb -> 100mb
1 parent 103fdb9 commit 028b17e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

demo/js/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ $(function() {
1111
browse_button: 'pickfiles',
1212
container: 'container',
1313
drop_element: 'container',
14-
max_file_size: '500mb',
14+
max_file_size: '100mb',
1515
flash_swf_url: 'js/plupload/Moxie.swf',
1616
dragdrop: true,
1717
chunk_size: '4mb',

demo/js/multiple.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ $(function() {
1111
browse_button: 'pickfiles',
1212
container: 'container',
1313
drop_element: 'container',
14-
max_file_size: '500mb',
14+
max_file_size: '100mb',
1515
flash_swf_url: 'js/plupload/Moxie.swf',
1616
dragdrop: true,
1717
chunk_size: '4mb',
@@ -66,7 +66,7 @@ $(function() {
6666
browse_button: 'pickfiles2',
6767
container: 'container2',
6868
drop_element: 'container2',
69-
max_file_size: '500mb',
69+
max_file_size: '100mb',
7070
flash_swf_url: 'js/plupload/Moxie.swf',
7171
dragdrop: true,
7272
chunk_size: '4mb',

0 commit comments

Comments
 (0)