Hello Everyone,
I have a dash app that needs to access the user’s local PC folder path and get all filenames in the list. I tried to use the dcc.Upload works fine on my laptop; however, since my company has a very restrictive rule that cannot upload any file to the browser, every time I try to upload a file, it automatically blocks me from uploading files. In this app, I need to get all the file names and don’t actually need to upload the file to the browser. May I ask if there is any way in the Dash to get all the select folder filename lists instead of uploading the file?
1 Like