ipyvuetify
ipyvuetify copied to clipboard
preset a folder path for file upload widget FileInput
When using the ipyvuetify.extra.FileInput() widget, clicking on the widget opens the last used folder. Is it possible to force a given folder to be opened when clicking on the widget, e.g. 'c:\temp'? Thank you.
This is not possible, the browser controls the file dialog and doesn't provide a way to open a specific directory.