Add ability to append files to "multiple" upload
See original GitHub issueDescribe 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:
- Created 3 years ago
- Reactions:1
- Comments:8 (5 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Put it on the roadmap for 2.5 😉
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…