I am using dcc.Upload | Dash for Python Documentation | Plotly, dcc.Upload to upload an encrypted file. This file can only be opened/extracted with licensed tool. I need only path of file and file name, in my application.
But, I cannot get path of file from dcc.Upload component, as its document states that" filename (string | list of strings; optional): The name of the file(s) that was(were) uploaded. Note that this does not include the path of the file (for security reasons)".
Any way, I can get path of file?