913515: Updated uploader url
This commit is contained in:
Родитель
d2c3e525e7
Коммит
ccf25abd16
|
@ -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');
|
||||
exportRegion.appendTo('#exportRegion');
|
||||
|
|
Загрузка…
Ссылка в новой задаче