Hi, i have uploadify script in my php site. With FF all everything good, but in IE(7, 8) don't work.
I click browse button and load image, show in page:
But when I push send link, nothing happens. Why? How fix?
My send button code:
<a href="javascript:$('#fileInput').uploadifyUpload();">{l s='SEND'}</a>
Thanks