···2323 const file = this.querySelector('input[type=file]').files[0];
2424 if (file && file.size > 2 * Math.pow(2, 20)) {
2525 e.preventDefault();
2626- alert('That car sure looks like a big vehicle (max 2MB)');
2626+ alert('Are sending a car or a damn truck??? (max 2MB)');
2727 }
2828});
2929</script>