913515: Update index.js
This commit is contained in:
Родитель
bfa4df5e2d
Коммит
98977134cf
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче