Skip to content

Commit

Permalink
Sets max file size to 1000mb
Browse files Browse the repository at this point in the history
Signed-off-by: Akash Manohar J <akash@akash.im>
  • Loading branch information
HashNuke committed Apr 10, 2012
1 parent eec8272 commit 2e05bd9
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,14 +84,13 @@ class Kandan.Plugins.Attachments


@initDropzone: ->
console.log "init dropzone"
$(".dropzone").filedrop({
fallback_id: "file"
url : ->
"/channels/#{ Kandan.Data.Channels.activeChannelId() }/attachments.json"

paramname : "file"
maxfilesize: 100
maxfilesize: 1000
queuefiles : 1


Expand Down

0 comments on commit 2e05bd9

Please sign in to comment.