From ccf25abd160c51364e2547d785cda23bdd3be371 Mon Sep 17 00:00:00 2001 From: sivaranjith-78 <98072351+sivaranjith-78@users.noreply.github.com> Date: Tue, 8 Oct 2024 10:09:52 +0530 Subject: [PATCH] 913515: Updated uploader url --- scripts/index.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/index.js b/scripts/index.js index 5cf96e1..a36d76b 100644 --- a/scripts/index.js +++ b/scripts/index.js @@ -3215,8 +3215,8 @@ function enableToolbarItems(selectedItems) { 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 @@ -3485,4 +3485,4 @@ var exportRegion = new ej.dropdowns.DropDownList({ fields: { text: 'text', value: 'value' }, value: exportSettings.region }); -exportRegion.appendTo('#exportRegion'); \ No newline at end of file +exportRegion.appendTo('#exportRegion');