Can I put a input with type="file" in the toolbar?

Can I put a input with type=“file” in the toolbar? How can I go about this? I would also like to style it as a button.

Hello
You can do it the next way:

dhxToolbar.addText('cb', 0, '<input type="file" id="fileButton" style="width:75px">');

Pay attention that if you have an xml toolbar structure you need to add this button in aftercall.

Great! That worked! Thanks.

You are welcome!