Hi,
In dhtmlxscheduler event window, i need to add a file attachment option using fileupload.And save the uplaoded file to database in server side. how to customize the javascript? can u provide us a sample for fileuploading through javascript and server side code for database insertion ?
regards
Hello,
there isn’t such a ready sample.
It possible to add custom section to the form ( details can be found in documentation ) , but file sending is not possible by AJAX, so existing data saving routines will not work.