Download a file and redirect it to another page via ajax

后端 未结 12 2253
盖世英雄少女心
盖世英雄少女心 2021-02-02 09:44

I have a simple contact form for download excel file . Main issue happen , When ajax load .I want to download excel file then redirect user to a next page.. Below is my code wit

12条回答
  •  说谎
    说谎 (楼主)
    2021-02-02 10:35

    By using https://github.com/johnculviner/jquery.fileDownload

    Also from your PHP file (excel.php) remove this line. Otherwise it will download your file as JPG or PNG

    header('Content-type: image/jpeg,image/gif,image/png');

提交回复
热议问题