Answers for "how to upload image without page refresh in php"

PHP
1

php force image refresh

<img src="imagename.png?r=<?echo(rand());?>"> //produces a random number in url
Posted by: Guest on August-02-2020

Code answers related to "how to upload image without page refresh in php"

Browse Popular Code Answers by Language