I'm wondering why this example works this in Chrome 10, but doesn't work in Fx 3.6? IFAIK, exactly input type="file" click doesn't work there...
Could anyone explain, why?
I'm wondering why this example works this in Chrome 10, but doesn't work in Fx 3.6? IFAIK, exactly input type="file" click doesn't work there... Could anyone explain, why? |
|||||||||
|
Hey Alex Ivasyuv, Read your problem and took a look at the page you have pointed. You have directed click event of the button to the click event of right? As I think that's not quite possible everywhere. The file input type handles the popups and uploads itself.. And seems you cannot trigger the popup file upload window of just by calling click() event. At least it's not possible in the browsers like Firefox, opera, chrome etc. But it's possible in IE right? (IE always behave strangely anyway..!) I found some articles that may help to figure this out. check them. You'll solve the problem...!
Regards, ADynaMic |
|||
|