Hi all,
I would like to use a component like dcc.Upload() to be able to upload vtk files (ascii and binary). However, this component only manages csv or excel files. I tried to use base64.b64decode but it doesn't work :/
Does somebody knows which component to use in case of binary file ? or How to decode the ' contents' from dcc.Upload ?
Here is the code I tried:
Thanks for your help