How To Add Some File Attachments on Lightbox

Hi all,

I want to ask question about adding File Attchment on Gantt Lightbox. I search anywhere but do not find the solution.

I had created custom type on lightbox, define my own input file type html, but do not know how the upload works, just get the filename only.

I had read other dhtmlx object like dhtmlxVault and dhtmlxForm (uploader), but do not know how to add those objects on lightbox. Anyone know?

There is no ready to use solution for attaching files in the gantt. The API of gantt can send to server only primitive data types ( numbers, strings, js objects ) it can’t send a file from client to server side. So you need to use your own file uploading solution ( dhtmlxVault can be used here ) and store only the file name in the task object