dcc.Upload zip file

In my Dash application I would like to let users upload a zip file. The application should unpack it and use its files. I’ve found some examples for csv, xlsx and images on https://dash.plot.ly/dash-core-components/upload, but I don’t know how to read the contents of a zip file. The content type after uploading: ‘data:application/x-zip-compressed;base64’. Anyone knows how to read this?

1 Like

In case you still need an answer: https://stackoverflow.com/questions/60729575/how-to-handle-uploaded-zip-file-in-dash-plotly/60729576#60729576