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