|
22 | 22 | <meta name="description" content="File Upload widget with multiple file selection, drag&drop support, progress bars, validation and preview images, audio and video for AngularJS. Supports cross-domain, chunked and resumable file uploads and client-side image resizing. Works with any server-side platform (PHP, Python, Ruby on Rails, Java, Node.js, Go etc.) that supports standard HTML form file uploads.">
|
23 | 23 | <meta name="viewport" content="width=device-width, initial-scale=1.0">
|
24 | 24 | <!-- Bootstrap styles -->
|
25 |
| -<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css"> |
| 25 | +<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"> |
26 | 26 | <!-- Generic page styles -->
|
27 | 27 | <link rel="stylesheet" href="css/style.css">
|
28 | 28 | <!-- blueimp Gallery styles -->
|
29 |
| -<link rel="stylesheet" href="//blueimp.github.io/Gallery/css/blueimp-gallery.min.css"> |
| 29 | +<link rel="stylesheet" href="https://blueimp.github.io/Gallery/css/blueimp-gallery.min.css"> |
30 | 30 | <!-- CSS to style the file input field as button and adjust the Bootstrap progress bars -->
|
31 | 31 | <link rel="stylesheet" href="css/jquery.fileupload.css">
|
32 | 32 | <link rel="stylesheet" href="css/jquery.fileupload-ui.css">
|
@@ -79,7 +79,7 @@ <h2 class="lead">AngularJS version</h2>
|
79 | 79 | </blockquote>
|
80 | 80 | <br>
|
81 | 81 | <!-- The file upload form used as target for the file upload widget -->
|
82 |
| - <form id="fileupload" action="//jquery-file-upload.appspot.com/" method="POST" enctype="multipart/form-data" data-ng-app="demo" data-ng-controller="DemoFileUploadController" data-file-upload="options" data-ng-class="{'fileupload-processing': processing() || loadingFiles}"> |
| 82 | + <form id="fileupload" action="https://jquery-file-upload.appspot.com/" method="POST" enctype="multipart/form-data" data-ng-app="demo" data-ng-controller="DemoFileUploadController" data-file-upload="options" data-ng-class="{'fileupload-processing': processing() || loadingFiles}"> |
83 | 83 | <!-- Redirect browsers with JavaScript disabled to the origin page -->
|
84 | 84 | <noscript><input type="hidden" name="redirect" value="https://blueimp.github.io/jQuery-File-Upload/"></noscript>
|
85 | 85 | <!-- The fileupload-buttonbar contains buttons to add/delete files and start/cancel the upload -->
|
@@ -177,18 +177,18 @@ <h3 class="title"></h3>
|
177 | 177 | <a class="play-pause"></a>
|
178 | 178 | <ol class="indicator"></ol>
|
179 | 179 | </div>
|
180 |
| -<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script> |
181 |
| -<script src="//ajax.googleapis.com/ajax/libs/angularjs/1.3.15/angular.min.js"></script> |
| 180 | +<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script> |
| 181 | +<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.3.15/angular.min.js"></script> |
182 | 182 | <!-- The jQuery UI widget factory, can be omitted if jQuery UI is already included -->
|
183 | 183 | <script src="js/vendor/jquery.ui.widget.js"></script>
|
184 | 184 | <!-- The Load Image plugin is included for the preview images and image resizing functionality -->
|
185 |
| -<script src="//blueimp.github.io/JavaScript-Load-Image/js/load-image.all.min.js"></script> |
| 185 | +<script src="https://blueimp.github.io/JavaScript-Load-Image/js/load-image.all.min.js"></script> |
186 | 186 | <!-- The Canvas to Blob plugin is included for image resizing functionality -->
|
187 |
| -<script src="//blueimp.github.io/JavaScript-Canvas-to-Blob/js/canvas-to-blob.min.js"></script> |
| 187 | +<script src="https://blueimp.github.io/JavaScript-Canvas-to-Blob/js/canvas-to-blob.min.js"></script> |
188 | 188 | <!-- Bootstrap JS is not required, but included for the responsive demo navigation -->
|
189 |
| -<script src="//netdna.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script> |
| 189 | +<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script> |
190 | 190 | <!-- blueimp Gallery script -->
|
191 |
| -<script src="//blueimp.github.io/Gallery/js/jquery.blueimp-gallery.min.js"></script> |
| 191 | +<script src="https://blueimp.github.io/Gallery/js/jquery.blueimp-gallery.min.js"></script> |
192 | 192 | <!-- The Iframe Transport is required for browsers without support for XHR file uploads -->
|
193 | 193 | <script src="js/jquery.iframe-transport.js"></script>
|
194 | 194 | <!-- The basic File Upload plugin -->
|
|
0 commit comments