A file is handled by its filehandler. The textfile handler tries to handle every file, that is not handled by others. For binary files, this results in an uncaught utf-8 exception, which prevents even download. Mostly happening for docx files.
Resolution:
Catch utf-8 decode errors in filehandler and resolve to download directly
A file is handled by its filehandler. The textfile handler tries to handle every file, that is not handled by others. For binary files, this results in an uncaught utf-8 exception, which prevents even download. Mostly happening for docx files.
Resolution: