upload form now allowing direct uploads between 1MB & 10 MB
This commit is contained in:
@@ -22,8 +22,9 @@
|
||||
}
|
||||
if (f.size > 1048576) {
|
||||
$('#id_offline').val('True');
|
||||
$('#id_offline').prop('checked','True');
|
||||
console.log("Set offline to True");
|
||||
$('#extra_message').text('Because of the large size, the file will be processed offline. You will receive email when it is done. The extra actions will not be performed.');
|
||||
$('#extra_message').text('Because of the large size, we recommend to use background processing. You will receive email when it is done. The extra actions will not be performed.');
|
||||
$('#extra_message').addClass('message');
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user