Javascript rename file on download

前端 未结 6 2025
粉色の甜心
粉色の甜心 2021-01-11 11:08

I want to be able to download a web file, but when the download dialog open, the filename is renamed.

Ex: File: http:////test.txt

6条回答
  •  余生分开走
    2021-01-11 11:47

    This effect is accomplished by sending an additional header. You can use PHP, for example, to achieve this:

    URLs can be rewritten using .htaccess, (internally) redirecting the request to a PHP file. I will show a simple hard-coded example, of how the header can be set:

    
    

提交回复
热议问题