question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add ability to append files to "multiple" upload

See original GitHub issue

Describe the new feature you’d like Add the ability to add more files or images to a file input, after files have already been selected. Currently the only option is to remove all files before adding new ones. The best option would probably be to add a prop to allow for adding files/images.

This feature would eliminate the need to re-select all files/images if you missed some on the first time, reduce the amount of uploads (upload-behaviour="live") and gives to opportunity to add files on fields with pre-filled files/images.

This option should only be available to inputs with the multiple prop.

What percentage of vue-formulate users would benefit? 80%

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:1
  • Comments:8 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
justin-schroedercommented, Oct 22, 2020

Put it on the roadmap for 2.5 😉

1reaction
thunderwincommented, Jun 15, 2020

use group sounds like a good idea. I will try

I would like to submit some pull requests. but I m not a pro …so. I will do some translation work later… like Chinese…

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to upload single or multiple files the easy way with ...
We first insert an <input type="file" id="fileInput" /> element in our HTML page. This will be used to select the file that we'll...
Read more >
Uploading multiple files using formData() - javascript
You have to get the files length to append in JS and then send it via AJAX request as below //JavaScript var ins...
Read more >
Append files to the first upload in <lightning:input type="file">
My question is that is there any possible way to append the 3 files together instead of the first two getting removed? No,...
Read more >
How to implement multiple file uploads in React?
First, create an input of type file that can accept multiple uploads. If you want to allow only certain file types, you can...
Read more >
A strategy for handling multiple file uploads using JavaScript
So, you need to get files from your user's browser to your server. Not just one file though. A whole bunch. A batch...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found