JavaScript - размер файла измеряется в байтах
if (s > 4 * 1024 * 1024)
alert("Too big");
Obedient Osprey
if (s > 4 * 1024 * 1024)
alert("Too big");