Vue FileManager - upload
Type:
App.vue
- <template>
- <DxFileManager>
- <DxUpload
- :chunk-size="500000"
- :max-file-size="1000000"
- />
- </DxFileManager>
- </template>
- <script>
- import 'devextreme/dist/css/dx.light.css';
- import {
- DxFileManager,
- DxUpload
- } from 'devextreme-vue/file-manager';
- export default {
- components: {
- DxFileManager,
- DxUpload
- },
- data() {
- return {
- //...
- };
- }
- };
- </script>
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.