Force download a pdf link using javascript/ajax/jquery

前端 未结 7 2016
夕颜
夕颜 2020-11-27 04:51

suppose we have a pdf link \"http://manuals.info.apple.com/en/iphone_user_guide.pdf\"(just for example and to let u know that file is not on my server, i only have the link)

7条回答
  •  抹茶落季
    2020-11-27 05:31

    Here is the perfect example of downloading a file using javaScript.

    Usage: download_file(fileURL, fileName);

提交回复
热议问题