audio-recordings: increase file size to 700MB
This commit is contained in:
@@ -18,9 +18,9 @@ function changeFile(fileInput){
|
||||
var file = fileInput.files[0];
|
||||
var size = file.size / (1000*1000);
|
||||
$('#uploadSize').html(size + " MB");
|
||||
if (size > 400){
|
||||
if (size > 700){
|
||||
$('#uploadButton').hide();
|
||||
showError("file is too large. maximum size is 400 MB! Please use MP3, 192 kHz, CBR, 44100 Hz, 16bit");
|
||||
showError("file is too large. maximum size is 700 MB!");
|
||||
}else{
|
||||
$('#uploadButton').show();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user