Merge branch 'dev' of https://github.com/jh8579/fileshell_cloudcomputing into dev
# Conflicts: # fileshell/models.py # fileshell/settings.py # fileshell/urls.py # fileshell/views.py # templates/base.html
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -88,7 +88,7 @@ | ... | @@ -88,7 +88,7 @@ |
88 | <script src="{% static 'js/dropzone.js' %}"></script> | 88 | <script src="{% static 'js/dropzone.js' %}"></script> |
89 | <script type="text/javascript"> | 89 | <script type="text/javascript"> |
90 | Dropzone.options.dropzone = { | 90 | Dropzone.options.dropzone = { |
91 | - maxFilesize: 10, // Mb | 91 | + maxFilesize: 100000000, // Mb |
92 | init: function() { | 92 | init: function() { |
93 | this.on('success', function(){ | 93 | this.on('success', function(){ |
94 | if (this.getQueuedFiles().length == 0 && this.getUploadingFiles().length == 0) { | 94 | if (this.getQueuedFiles().length == 0 && this.getUploadingFiles().length == 0) { | ... | ... |
-
Please register or login to post a comment