Not able to send zip file from nodejs express backend to jquery frontend for automatic download
i have a few files in a folder, want them to be downloaded at client side when a button is clicked, so i zip them using adm-zip which works fine
following is my backend code