Cannot Upload Files in IE9 with <!DOCTYPE ... tag

Hi,

We cannot upload files in IE9 when we include <!DOCTYPE … tag. The <!DOCTYPE tag is important in our application.

Let us know if there is fixed on this issue.

Thanks,
Joseph

Upload Control
<script language="JavaScript" type="text/javascript" src="codebase/dhtmlxvault.js"></script>

<script language="JavaScript" type="text/javascript">
    var vault = null;
    function doOnLoad() {
        vault = new dhtmlXVaultObject();
        vault.setImagePath("codebase/imgs/");
        vault.setServerHandlers("UploadHandler.php", "GetInfoHandler.php", "GetIdHandler.php");
        vault.create("vault1");
}
</script>

<style>
body {font-size:12px}
.{font-family:arial;font-size:12px}
h1 {cursor:hand;font-size:16px;margin-left:10px;line-height:10px}
xmp {color:green;font-size:12px;margin:0px;font-family:courier;background-color:#e6e6fa;padding:2px}
.hdr{
	background-color:lightgrey;
	margin-bottom:10px;
	padding-left:10px;
}
</style>
DHTML Vault sample
<h1>Initialize object on page</h1>
<p>You can place this JavaScript file upload anywhere on your web page, attaching it 
to any div object.<br>
Set up server handlers for your server type.<br><br>
    Click "Add" button to select files.
</p>

<div id="vault1">
</div>

Confirming this bug

Yes, this issue was already addressed in a hotfix, please send your emails to the support and i will email it to you.

Here is my email: jocayetano@cidms.org

Where can download the hotfix?

I haven´t found a fix for this yet… Coul anyone give us a link to that hotfix? Please.

Can anyone help, I’ve been looking a link to that hotfix as well.

Hello, rachyl5656tip018
What vault version do you use?