Przeszukaj pomoc

Unikaj oszustw związanych z pomocą.Nigdy nie będziemy prosić Cię o dzwonienie na numer telefonu, wysyłanie SMS-ów ani o udostępnianie danych osobowych. Zgłoś podejrzaną aktywność, korzystając z opcji „Zgłoś nadużycie”.

Learn More

How to enable multiple file select in web form

  • Nie ma odpowiedzi
  • 7 osób ma ten problem
  • 1 wyświetlenie
more options

The following code works on Chrome for Android: <form method="post" action="upload-multiple.asp" enctype="multipart/form-data">

 <input name="filesToUpload[]" id="filesToUpload" type="file" multiple="multiple" onChange="makeFileList();" />
  • No Files Selected
 <input id="Submit" type="submit" value="Upload Files..." class="Submit_Button">

</form>

However, in Firefox I am only able to select one file from my "Document" repository on my phone. The process in Chrome is to click and hold each file in the folder and as you do they each get chosen. I'm using a Sprint Samsung Galaxy S6. I have Firefox version 54.0 and I downloaded it just the other day so it should be the latest.

The following code works on Chrome for Android: <form method="post" action="upload-multiple.asp" enctype="multipart/form-data"> <input name="filesToUpload[]" id="filesToUpload" type="file" multiple="multiple" onChange="makeFileList();" /> <ul id="fileList"><li>No Files Selected</li></ul> <input id="Submit" type="submit" value="Upload Files..." class="Submit_Button"> </form> However, in Firefox I am only able to select one file from my "Document" repository on my phone. The process in Chrome is to click and hold each file in the folder and as you do they each get chosen. I'm using a Sprint Samsung Galaxy S6. I have Firefox version 54.0 and I downloaded it just the other day so it should be the latest.