image src doesnt change after upload
问题 i am making an upload with Ajaxupload plugin and i am using this function in OnComplete event of ajaxupload; function degis(){ var a = "<?php echo $id; ?>"; document.getElementById("imga").src = "../artwork/"+a+"/logo.jpg?dummy=371662"; document.getElementById("imga").style.width = "500px"; document.getElementById("imga").style.height = "175px"; } but new uploaded image doesnt appear for a reason. i tried that "?dummy=371662" but didnt work. i am also using this for Onsubmit event of