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