views:

14

answers:

1

I'm having problems getting Uploadify to work in an ASP.NET UpdatePanel. I'm not getting the "Browse" button displayed and so am unable to select any images for update.

It works perfectly outside of the UpdatePanel proving I have hooked everything up correctly.

Any Ideas ?

A: 

Without seeing any code the first thing that pops up in my mind is, is you ClientIDMode set to Static?

Ivo