mirror of
https://github.com/phpbb/phpbb.git
synced 2025-10-28 22:17:31 +01:00
The filename of the files sent to the guesser by plupload do not contain the file extension. Therefore, it's impossible to guess the mimetype if only the content_guesser is available and the function mime_content_type() doesn't exist. By supplying the filename we can circumvent this issue. PHPBB3-11912