views:

8

answers:

0

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:

  1. http://www.ajaxrain.com/rainImage/1april0901.jpg

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