Unable to upload image in KTML with Internet Explorer

Unable to upload image in KTML with Internet Explorer

If you are unable to upload an image using KTML while using Internet Explorer you need to edit
divider

If you are unable to upload an image using KTML while using Internet Explorer you need to edit

/ktm/modules/filebrowser/filebrowser.js

Search for:

is.ie&&version.major>=8

and change the value to 20

is.ie&&version.major>=20

Then search for:

is.mozilla||version.major<8

and once again change the value to 20

is.mozilla||version.major<20
Written by:  - 14 Oct, 2009