Commit c7084e52 by kimth

Comments for 'check_fd'

parent 541f5ecd
......@@ -45,6 +45,11 @@ class @Problem
$('head')[0].appendChild(s[0])
$(placeholder).remove()
###
'check_fd' uses FormData to allow file submissions through an AJAX call.
NOTE: The dispatch 'problem_check' is being singled out for the use of FormData;
can consolidate all dispatches to use FormData consistently
###
check_fd: =>
Logger.log 'problem_check', @answers
......
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