Using the Dash Upload component to post csv file

Hi guys,

I’ve posted this topic on StackOverflow:

I really do not know, why my data is getting truncated the way it is getting truncated. It seems like, the contents compoent-property does only receive this information as printing the uploaded_contents variable also shows the truncated data? Does anyone know how to “translate” the Postman Post Request such that the Dash Upload component works the same way?

Thank you in advance and happy holidays!

It seems that I have the same question…

I just had another look at uploading csv-files and found a solution that I posted on StackOverflow.
Let me know if you have any questions.

(Link to answer: https://stackoverflow.com/a/59586152/12262332)