Vuetify: [Feature Request] File Dialog expansion

Created on 18 Sep 2019  路  2Comments  路  Source: vuetifyjs/vuetify

Problem to solve

Add Save File Dialog and Directory Selection Dialog Components.
Add Drag and Drop ability to file-input component.
Agreed that this may be unusable for web client tools, but for Electron Tools this would be great.

Proposed solution

For the Save File Dialog, I'm hoping to act the same as electrons, does not write out info, but simply returns the file path for the new-to-save file.

Firefox. Edge, and Chrome allow the following tag to use for directory selection.

<input type="file" webkitdirectory directory />
VFileInput feature maybe

Most helpful comment

:-1: for save file dialog, but :+1: for drag&drop

All 2 comments

:-1: for save file dialog, but :+1: for drag&drop

The Drag and Drop support is already mentioned in #7836. Maybe add your comments to that issue and revise this one to not mention drag and drop so it doesn't get marked as a duplicate.

Was this page helpful?
0 / 5 - 0 ratings