Categories | Question details Back To List | ||
add a file attachment option using fileupload in event window 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 Answer posted by Alex (support) on Nov 25, 2009 01:39 Hello, there isn't such a ready sample. Answer posted by Stanislav (support) on Nov 25, 2009 03:00 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. |