Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Jorge Arzuaga on Sep 12, 2008 06:09
open dhtmlx forum
dhtmlxvault

Hi... I using dhtmlxvault, is easy, but i want get all variables $_FILES when i send my form, I see that dhtmlxvault create a new form byself, i don`t want that, for example:

<form name="form1" method="post" action="" enctype="multipart/form-data" >
<div id="vaultDiv"><script>
vault=new dhtmlXVaultObject();
vault.create("vaultDiv");
</script>
</div>
</form>

is posibly???

Thanks..
Answer posted by Support on Sep 15, 2008 09:54

Hi,

No, it is not that easy to do. We create a separate form so we can control it better.

What is the reason to use this form directly? So i can try to find another solution for you.

Best regards.