Download a picture OnClick

后端 未结 4 1135
感情败类
感情败类 2021-01-06 14:02

How do you actually download a picture when you click on it? Is there some kind of a javascript code to do just that? Here is how i show the image with pure HTML.

         


        
4条回答
  •  花落未央
    2021-01-06 14:23

    Do you want to open the picture in a new window/tab? Or do you want to download it to the users computer? If you want the user to save the image, then you need to set the content-type of the file they receive:

    
    

    Remember to check the input so people can't download source files.

提交回复
热议问题