Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] v-file-upload #8812

Closed
douglasg14b opened this issue Aug 31, 2019 · 5 comments · Fixed by #19667
Closed

[Feature Request] v-file-upload #8812

douglasg14b opened this issue Aug 31, 2019 · 5 comments · Fixed by #19667

Comments

@douglasg14b
Copy link

Problem to solve

Increasing the usability of the file-input, as to not being constrained to the very specific form-factor and limitations of a v-text-field.

Example:
image

Proposed solution

Creating a base component that contains the FileInput functionality, with a template slot?

@ghost ghost added the S: triage label Aug 31, 2019
@MajesticPotatoe
Copy link
Member

This will come in another component called v-file-upload which is already planned to extend the functionality of v-file-input

@MajesticPotatoe MajesticPotatoe added this to the v2.x.x milestone Aug 31, 2019
@MajesticPotatoe MajesticPotatoe added T: feature A new feature and removed S: triage labels Aug 31, 2019
@MajesticPotatoe MajesticPotatoe changed the title [Feature Request] VFileInput as a templateable component separate from VTextInput [Feature Request] v-file-upload Aug 31, 2019
@MajesticPotatoe
Copy link
Member

extension of original uploader issue #238

@douglasg14b
Copy link
Author

That will be great! Thanks for the response.

@CodeSkills
Copy link

It would be nice to have simple Upload Button too. For quick anywhere file upload.

@odanado
Copy link

odanado commented Sep 24, 2021

workaround

    <div>
      <v-file-input v-show="false" id="file-upload" />
      <v-btn>
        <label for="file-upload">click</label>
      </v-btn>
    </div>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants