An open API service indexing awesome lists of open source software.

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.

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.