Upload the MS Project and write it in the database

Hello,
https://docs.dhtmlx.com/gantt/desktop__export_msproject.html

`


Get

`

I refer to this practice, but uploading the MS Project file will only automatically download the gantt.json file. How can I upload the MS Project and write it in the database and display it on the Gantt chart?
Thank you.

Hello Kevin,
You can use gantt.addTask() to add a task instead of parsing the data:
https://docs.dhtmlx.com/gantt/api__gantt_addtask.html
Here is an example of how it might be implemented:
http://snippet.dhtmlx.com/651216908

Hello Ramil,

Thank you for your reply, the MS Project import database has been working perfectly.
Thank you very much.