Upload a file using flask and plot in dash

Hey there,

I am building an website in which the user can upload the data and visualize it using dash. Main page has upload file option and after uploading the file I want the file to be visualized in another page.
I am not able to send the file over flask to another page. Can anyone help? Thanks in advance.