#48 Introduced a support for file uploads. Unfortunately, it infers the Content-type
based on the file extension. This is unsafe, unreliable, and may lead to code execution vulnerabilities if a PHP file is uploaded with a different extension. Let's infer the Content-type
from the file contents instead of its extension.