We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bcb5ac commit ea69112Copy full SHA for ea69112
ej2-react/uploader/async.md
@@ -461,7 +461,7 @@ function App(){
461
let uploadObj: UploaderComponent;
462
const path: object = {
463
saveUrl: 'https://services.syncfusion.com/js/production/api/FileUploader/Save',
464
- removeUrl: 'https://services.syncfusion.com/js/production/api/FileUploader/Remove'
+ removeUrl: 'https://services.syncfusion.com/js/production/api/FileUploader/Remove'
465
}
466
467
function addHeaders(args: UploadingEventArgs) {
0 commit comments