abort uploads over maxfilesize

This commit is contained in:
Danny Coates
2017-07-20 12:50:20 -07:00
parent 34f26fc017
commit 55d3d1a792
11 changed files with 415 additions and 2438 deletions

View File

@@ -4,3 +4,4 @@ window.dsn = '{{{dsn}}}';
{{#if trackerId}}
window.trackerId = '{{{trackerId}}}';
{{/if}}
const MAXFILESIZE = {{{maxFileSize}}};