From 98977134cf7e07f14a7ff74f9347f5b5829ee21c Mon Sep 17 00:00:00 2001 From: sivaranjith-78 <98072351+sivaranjith-78@users.noreply.github.com> Date: Thu, 10 Oct 2024 19:01:49 +0530 Subject: [PATCH] 913515: Update index.js --- scripts/index.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/index.js b/scripts/index.js index 87572d0..47792f5 100644 --- a/scripts/index.js +++ b/scripts/index.js @@ -2872,8 +2872,8 @@ fileUploadDialog.appendTo('#fileUploadDialog'); // upload template for fileupload control var defaultfileupload = new ej.inputs.Uploader({ asyncSettings: { - saveUrl: 'https://aspnetmvc.syncfusion.com/services/api/uploadbox/Save', - removeUrl: 'https://aspnetmvc.syncfusion.com/services/api/uploadbox/Remove' + saveUrl: 'https://services.syncfusion.com/js/production/api/FileUploader/Save', + removeUrl: 'https://services.syncfusion.com/js/production/api/FileUploader/Remove' }, success: onUploadSuccess, failure: onUploadFailure, @@ -3771,8 +3771,8 @@ return PaperSize; var uploadObj = new ej.inputs.Uploader({ asyncSettings: { - saveUrl: 'https://aspnetmvc.syncfusion.com/services/api/uploadbox/Save', - removeUrl: 'https://aspnetmvc.syncfusion.com/services/api/uploadbox/Remove' + saveUrl: 'https://services.syncfusion.com/js/production/api/FileUploader/Save', + removeUrl: 'https://services.syncfusion.com/js/production/api/FileUploader/Remove' }, success: onUploadSuccess, showFileList:false