I kept one jquery uploadify plugin on page and one <img> tag besides it. Everything works fine as expected except one problem. I want to update <img> to show the new image as soon as some image is uploaded. How can i do this? I am using Php.
Thanks in advance 🙂
You can use
onCompletecallback (http://www.uploadify.com/documentation/).Usage sample is here:
(http://www.uploadify.com/implementation/)