Commit 895cf2c2 by kimth

Front end file size limit matches server-end limit

parent 1c2d0342
...@@ -158,7 +158,7 @@ class @Problem ...@@ -158,7 +158,7 @@ class @Problem
# Sanity check of file size # Sanity check of file size
file_too_large = false file_too_large = false
max_filesize = 10*1000*1000 # 10 MB max_filesize = 4*1000*1000 # 4 MB
@inputs.each (index, element) -> @inputs.each (index, element) ->
if element.type is 'file' if element.type is 'file'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment