didgydont Posted January 29, 2010 Share Posted January 29, 2010 hi all i have been playing with ajax and jumploader i can get jumploader to refresh a span no problem. but im trying to make a site where the user can upload 1 image and if the upload another it replace the old image with the same file name. the only problem is the preview box will refresh if there was no image but once i replace the image it show the old image in ie and firefox. any idea i have already added &sid="+Math.random() to the javasript url Link to comment https://forums.phpfreaks.com/topic/190197-refreshing-image-with-same-name/ Share on other sites More sharing options...
didgydont Posted January 29, 2010 Author Share Posted January 29, 2010 this solves problem echo "<img src='recipeimages/Small/$_GET[image]?time();'>"; Link to comment https://forums.phpfreaks.com/topic/190197-refreshing-image-with-same-name/#findComment-1003522 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.