how to send png image from server to display in browser via ajax

前端 未结 4 660
别跟我提以往
别跟我提以往 2021-01-04 09:37

I have been having a hard time with what must be an incredibly normal task. I upload and save images to my web server and save the path to the file in MySQL data base (this

4条回答
  •  难免孤独
    2021-01-04 10:35

    Instead of getting get_image.php through AJAX, why not just use:

    
    

    It's practically the same thing. You can just use AJAX to update the dynamically.

提交回复
热议问题