Open ArcadeRenegade opened 7 years ago
I worked around this by setting the notify_chunk_uploaded function to a new empty one in my on_init.
on_init: function () {
this.notify_chunk_uploaded = function(a) {};
$('#log').prepend("Uploader initialized\n");
},
Hi, would it be possible to please add a setting to disable the chunking notification (the /chunk_loaded/ ajax call)?
Thanks.