Skip to content

Commit 96be6b9

Browse files
committed
Pre Bootstrap
1 parent 2ac6f48 commit 96be6b9

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+15283
-44500
lines changed

jQuery-File-Upload.MVC3/Content/Bootstrap/bootstrap-image-gallery.min.css

-16
This file was deleted.

jQuery-File-Upload.MVC3/Content/Bootstrap/bootstrap-image-gallery.min.js

-1
This file was deleted.

jQuery-File-Upload.MVC3/Content/Bootstrap/bootstrap.min.js

+6-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

jQuery-File-Upload.MVC3/Content/FileUpload/canvas-to-blob.min.js

-1
This file was deleted.

jQuery-File-Upload.MVC3/Content/FileUpload/jquery.fileupload-ip.js

-160
This file was deleted.

jQuery-File-Upload.MVC3/Content/FileUpload/jquery.fileupload-ui.css

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@charset 'UTF-8';
1+
@charset 'UTF-8';
22
/*
33
* jQuery File Upload UI Plugin CSS 6.3
44
* https://github.com/blueimp/jQuery-File-Upload
@@ -75,6 +75,12 @@
7575
display: inline-block;
7676
word-wrap: break-word;
7777
}
78+
.files .description * {
79+
width: 80px;
80+
display: inline-block;
81+
word-wrap: break-word;
82+
}
83+
7884
.files .progress {
7985
width: 20px;
8086
}

jQuery-File-Upload.MVC3/Content/FileUpload/load-image.min.js

-1
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,21 @@
1-
/*
2-
* jQuery File Upload Plugin JS Example 6.5.1
3-
* https://github.com/blueimp/jQuery-File-Upload
4-
*
5-
* Copyright 2010, Sebastian Tschan
6-
* https://blueimp.net
7-
*
8-
* Licensed under the MIT license:
9-
* http://www.opensource.org/licenses/MIT
10-
*/
111

12-
/*jslint nomen: true, unparam: true, regexp: true */
13-
/*global $, window, document */
2+
//$(function () {
3+
// 'use strict';
144

15-
$(function () {
16-
'use strict';
5+
// // Initialize the jQuery File Upload widget:
6+
// $('#fileupload').fileupload();
177

18-
// Initialize the jQuery File Upload widget:
19-
$('#fileupload').fileupload();
8+
// $('#fileupload').fileupload('option', {
9+
// maxFileSize: 9999999999,
10+
// resizeMaxWidth: 1920,
11+
// resizeMaxHeight: 1200,
12+
// maxChunkSize: 1024 * 1024, //512 KB 2 MB
13+
// singleFileUploads: 10
14+
// });
2015

21-
$('#fileupload').fileupload('option', {
22-
maxFileSize: 9999999999,
23-
resizeMaxWidth: 1920,
24-
resizeMaxHeight: 1200,
25-
maxChunkSize: 1024 * 1024, //512 KB 2 MB
26-
singleFileUploads: 10
27-
});
28-
});
16+
// //$('#fileupload').bind('fileuploadsubmit', function (e, data) {
17+
// // var inputs = data.context.find('input');
18+
// // data.formData = inputs.serializeArray();
19+
// //});
20+
21+
//});
Binary file not shown.

0 commit comments

Comments
 (0)