https://github.com/syncfusionexamples/how-to-upload-files-asynchronously-in-the-vue-file-upload-component
A quick-start Vue project that shows how to upload files asynchronously to the server using the Syncfusion Vue File Upload component. This project contains code to configure a few of the components features sequential upload, chunk upload, disable auto upload, preload files in the upload list and upload all files within a directory.
https://github.com/syncfusionexamples/how-to-upload-files-asynchronously-in-the-vue-file-upload-component
asynchronous-upload auto-upload chunk-upload directory-upload disable-auto-upload ej2-uploader multiple-file-upload preload-files sequential-upload synchronous-upload tutorial upload-box uploader vue vue-components vue-file-upload vue-ui-components vuejs web-api-upload
Last synced: 3 months ago
JSON representation
A quick-start Vue project that shows how to upload files asynchronously to the server using the Syncfusion Vue File Upload component. This project contains code to configure a few of the components features sequential upload, chunk upload, disable auto upload, preload files in the upload list and upload all files within a directory.
- Host: GitHub
- URL: https://github.com/syncfusionexamples/how-to-upload-files-asynchronously-in-the-vue-file-upload-component
- Owner: SyncfusionExamples
- Created: 2024-08-19T07:39:37.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-08-23T05:23:33.000Z (11 months ago)
- Last Synced: 2025-02-08T20:47:55.829Z (5 months ago)
- Topics: asynchronous-upload, auto-upload, chunk-upload, directory-upload, disable-auto-upload, ej2-uploader, multiple-file-upload, preload-files, sequential-upload, synchronous-upload, tutorial, upload-box, uploader, vue, vue-components, vue-file-upload, vue-ui-components, vuejs, web-api-upload
- Language: Vue
- Homepage: https://www.syncfusion.com/vue-components/vue-file-upload?utm_source=github&utm_medium=listing&utm_campaign=tutorial-videos-vue-file-upload-asynchronous-upload-sample
- Size: 11.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# How to Upload Files Asynchronously in the Vue File Upload Component
A quick-start Vue project that shows how to upload files asynchronously to the server using the Syncfusion [Vue File Upload]( https://www.syncfusion.com/vue-components/vue-file-upload?utm_source=github&utm_medium=listing&utm_campaign=tutorial-videos-vue-file-upload-asynchronous-upload-sample) component. This project contains code to configure a few of the component’s features: sequential upload, chunk upload, and disable auto upload. It also shows how to preload files in the upload list and upload all files within a directory.
Watch the video: https://www.syncfusion.com/tutorial-videos/vue/file-upload?title=how-to-upload-files-asynchronously-in-the-vue-file-upload
Refer to the following documentation to learn about the Vue File Upload component: https://ej2.syncfusion.com/vue/documentation/uploader/async
Check out this online example of the Vue File Upload component: https://ej2.syncfusion.com/vue/demos/#/material3/uploader/chunk-upload.html
Before working on this project, make sure you have the latest versions of Node.js and Visual Studio Code on your machine.
## How to run this application
To run this application, you need to clone the `How-to-Upload-Files-Asynchronously-in-the-Vue-File-Upload-Component` repository and open it in Visual Studio Code. Then, you can install all the necessary Vue packages in your project using the `npm install` command and run your project using the `npm run dev` command.