JavaScript/jQuery FileManager - upload
Type:
app.component.html
app.module.ts
- <dx-file-manager id="fileManager">
- <dxo-upload [chunkSize]="500000" [maxFileSize]="1000000" ></dxo-upload>
- <!-- ... -->
- </dx-file-manager>
- import { BrowserModule } from '@angular/platform-browser';
- import { NgModule } from '@angular/core';
- import { AppComponent } from './app.component';
- import { DxFileManagerModule } from 'devextreme-angular';
- @NgModule({
- declarations: [
- AppComponent
- ],
- imports: [
- BrowserModule,
- DxFileManagerModule
- ],
- //...
- })
- export class AppModule { }
Feel free to share topic-related thoughts here.
If you have technical questions, please create a support ticket in the DevExpress Support Center.
Thank you for the feedback!
If you have technical questions, please create a support ticket in the DevExpress Support Center.