IE9 not working

Dear Support Team!

I try your web vault demo, but not working.
I try upload picture, but picture name not shown in vault box.

Thank you

Hello together,

we have the same problem…

IE9 - F12 Developer-Tools - Debugging

SCRIPT5022: DOM Exception: INVALID_CHARACTER_ERR (5)
dhtmlxvault.js, Row 26 Character 569

if (this.IE){this.uploadForm = document.createElement("<form enctype='multipart/form-data' target='dhtmlxVaultUploadFrame' method='post'>")

This time i try to find a hotfix or something, but i get no result in blog or forum, how to fix this error.
May be the support-team know about this mistake and have a solution, if not i hope, this code-snippet helps a little.

Thanks hopsy

Sorry, not the same Problem, but with IE9 too :cry:

FYI: I create a new topic, because its not the same theme.
sorry, next time i read better first and write then :confused:

Please find a this line in src:
if (this.IE) { this.uploadForm = document.createElement("<form enc …

and replace it with if (false) …

(there is no specific code required for IE.)

We will officially push an update very soon. Sorry for this.