ipyvuetify icon indicating copy to clipboard operation
ipyvuetify copied to clipboard

preset a folder path for file upload widget FileInput

Open mattkeanny opened this issue 3 years ago • 1 comments

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.

mattkeanny avatar Mar 08 '22 11:03 mattkeanny

This is not possible, the browser controls the file dialog and doesn't provide a way to open a specific directory.

mariobuikhuizen avatar Mar 21 '22 14:03 mariobuikhuizen