How to trigger a file download when clicking an HTML button or JavaScript

前端 未结 21 2766
终归单人心
终归单人心 2020-11-22 05:27

This is crazy but I don\'t know how to do this, and because of how common the words are, it\'s hard to find what I need on search engines. I\'m thinking this should be an ea

21条回答
  •  迷失自我
    2020-11-22 06:05

    Another way of doing in case you have a complex URL such as file.doc?foo=bar&jon=doe is to add hidden field inside the form

    inspired on @Cfreak answer which is not complete

提交回复
热议问题