Uploading file in dhtmlx touch

I need to upload a file in my page, i created a control of type file, but when i look in the generated code, the id is not in the tag, As well, as you know, for submiting that file we need an html tag “form” with parameters like enctype=“multipart/form-data”, the dhx touch form component doesn’t create an html form tag. Is there any way to upload files in dhtmlx toch.

Thanks

Currently there is no such control, because nearly all existing touch devices has not filesystem and can’t directly upload files.

You can use template component, in which you can place any html content ( including the form tag with file input inside )