Read uploaded .tdms files

Hi,

is there a way to read tdms files which are uploaded using dcc.Upload?
I am able to read files when the path is known (using npTDMS). Storing the uploaded file into a folder didn’t work as well as the file is encoded before saving (and I am not able to retrieve it in original form by decoding).

Hi @subodhpokhrel7,

I think the dcc.Upload() has no limitations concerning the file type. You will have to take care of the parsing of the base64 encoded string though.

Also mentioned here (first paragraph):