Using Dash upload compontent to upload sas xpt file

I am trying to uplaod a sas xpt file using the dash file uploader.

Pandas has a builtin method to load an xpt file into DataFrame.

pandas.read_sas(filepath_or_buffer, format=None, index=None, encoding=None, chunksize=None, iterator=False)

As I can’t get the path of the file from the Dash uploader, I am not sure how can do it with the current version of the uploader. Any idea?