PHP force refresh image

后端 未结 5 2074
野性不改
野性不改 2020-12-06 11:00

I\'m creating an input form that allows users to upload an image. Once it has been submitted the user is returned to the form with a conformation bit at the top.

An

5条回答
  •  佛祖请我去吃肉
    2020-12-06 11:44

    You could replace the current image by a new one using JavaScript:

        
    this is where the image will show

    You need to trigger the function myfunction after completing the upload of course ...

提交回复
热议问题