Inserting another field at dhtmlxVault

Hi.



i’m trying to insert a field that allow the user to insert, or not, a text about the item he’s uploading.



I’ve created a hidden input (text+(currentId+1)) at addFile function… but at uploadFile function i cant retrive that text.



i cant access the hidden file… even trying to clone getCurrentInputFile function, i cant get the value of my hidden field.



I was looking at the code that is dynamicly created and i see that the addFunction does not write into the , i think that is the reason that i can’t retrive the hidden file.



I can see that on the first rows at addFile function a hidden input named file (currentId +1) is created and appended to fileContainer. If i append my text field to fileContainer will I be able to retrive the value of the text? How can i retive that text?



Thank you and congratulations for this software.