3

Download multiple files (images, audio, video, txt ) on single click using javascript and Jquery

Chetan Rawat
  • 578
  • 3
  • 17
  • 5
    Possible duplicate of [Download multiple files with a single action](https://stackoverflow.com/questions/2339440/download-multiple-files-with-a-single-action) – DNKROZ Aug 23 '17 at 13:00

1 Answers1

2

HTTP doesn't support downloading of multiple files. You can use a 3rd-party library like JSZip to zip the files.

AncientYouth
  • 471
  • 1
  • 4
  • 12