Download multiple files (images, audio, video, txt ) on single click using javascript and Jquery
            Asked
            
        
        
            Active
            
        
            Viewed 341 times
        
    3
            
            
        - 
                    5Possible 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 Answers
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
