pub const MAX_FILE_SIZE: usize = _; // 10_485_760usize
Maximum file size in bytes (10 MB).
Files larger than this will be rejected to prevent memory exhaustion and DoS attacks.