")}function f(n){var t=document.getElementById("file-progress");n.lengthComputable&&(t.max=n.total)}function e(n){var t=document.getElementById("file-progress");n.lengthComputable&&(t.value=n.loaded)}function o(n){var t=new XMLHttpRequest,o=document.getElementById("class-roster-file"),u=document.getElementById("file-progress"),r=1024;t.upload&&(n.size<=r*1048576?(u.style.display="inline",t.upload.addEventListener("loadstart",f,!1),t.upload.addEventListener("progress",e,!1),t.onreadystatechange=function(){t.readyState==4},t.open("POST",document.getElementById("file-upload-form").action,!0),t.setRequestHeader("X-File-Name",n.name),t.setRequestHeader("X-File-Size",n.size),t.setRequestHeader("Content-Type","multipart/form-data"),t.send(n)):i("Please upload a smaller file (< "+r+" MB)."))}window.File&&window.FileList&&window.FileReader?r():document.getElementById("file-drag").style.display="none"})()