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.

Allow multi-file selection

See original GitHub issue

On 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:closed
  • Created 6 years ago
  • Comments:10 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
SthephanShinkufagcommented, Jan 13, 2018

Options Posting without page refresh* and Enhanced file attachment field must be enabled.

Должны быть включены опции Отправка постов без перезагрузки* и Улучшенное поле добавления файлов.

1reaction
SthephanShinkufagcommented, Jan 13, 2018

@ganego

Implemented! Please check out.

multiple_files

Read more comments on GitHub >

github_iconTop 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 >

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