@@ -27,6 +27,7 @@ class Upload {
}
if ($size > 5000000) {
+ // We accept a max size of 5 megabytes. (not 5 mebibytes)
$errors[] = "Fil for stor.";