Allow multi-file selection
See original GitHub issueOn KC you can add up to four images/webms to one post. It’s kinda annoying that you have to select each one separately. Could you change it so that you can select more than one file please?
HTML5 allows for input type="file"
to have multiple="multiple"
.
I don’t really know much about js so I couldn’t really solve it, seems var FileInput = function () {
is the function for each of those four file buttons below a post that add the image then, so I guess it needs some form of wrapper outside that then will call the onchange event for each file when multiple files were selected?
Issue Analytics
- State:
- Created 6 years ago
- Comments:10 (7 by maintainers)
Top Results From Across the Web
Multiple file selection | Can I use... Support tables for HTML5 ...
Multiple file selection. - LS. Allows users to select multiple files in the file picker. Usage % of. all users, all tracked, tracked...
Read more >FileDialog.AllowMultiSelect property (Office) - Microsoft Learn
With fd 'Allow the selection of multiple files. .AllowMultiSelect = True 'Use the Show method to display the file picker dialog and return ......
Read more >How to select multiple files with <input type="file">?
New answer: In HTML5 you can add the multiple attribute to select more than 1 file. <input type="file" name="filefield" multiple="multiple">. Old answer:.
Read more >Multi-File Selection | ASP.NET Web Forms Controls
It allows users to choose multiple files to upload in a single file open dialog. This selection mode is initially disabled (the default...
Read more >How to allow multiple file uploads in HTML forms.
In this article, we will learn how to allow multiple files ... Following is the syntax for selecting multiple file uploads in the...
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
Options
Posting without page refresh*
andEnhanced file attachment field
must be enabled.Должны быть включены опции
Отправка постов без перезагрузки*
иУлучшенное поле добавления файлов
.@ganego
Implemented! Please check out.