Skip to content

Commit

Permalink
Increased JS Upload Limit To 3 MB Per Alxy's Findings
Browse files Browse the repository at this point in the history
Fixes davzie#2

Signed-off-by: David Thorpe <davzie@davzie.com>
  • Loading branch information
davzie committed Aug 31, 2013
1 parent a0f9364 commit 480a7c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/layouts/interface-edit.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
// Setup some options for our Dropzone
Dropzone.options.imageUploads = {
maxFilesize: 3,
maxFilesize: 5,
init: function(){
// When a file has completed uploading, check to see if others are queueing, if not then submit the form
Expand Down

0 comments on commit 480a7c1

Please sign in to comment.