I'm working on an application in Python 3, but what I want is to upload any type of file. e. g. in c function :
fopen()
you can load any file type. Is there any way to do that? already tried with :
open ()
but it throws me errors:
UnicodeDecodeError:' charmap' code cant decode byte.
Help :(