ej2-uploader
There are 4 repositories under ej2-uploader topic.
SyncfusionExamples/Getting-Started-with-the-Vue-File-Upload-Component
A quick-start Vue project that shows how to create and configure the Syncfusion Vue File Upload component. This project contains code to configure a few of its basic features, like uploading multiple files, uploading a single file, and validation during file upload. It also shows how to upload files asynchronously.
SyncfusionExamples/Handle-Files-Securely-in-Vue-File-Upload-Using-JWT-Authentication
A quick-start Vue project that shows how to handle uploaded files securely using JSON Web Tokens (JWT) in the Syncfusion Vue File Upload component. This project contains code to add JWTs along with request headers while uploading and removing files. Both client and server-side code are explained in this sample.
SyncfusionExamples/How-to-Customize-the-Drop-Area-and-File-List-in-the-Vue-File-Upload
A quick-start Vue project that shows how to customize the drop area and file list in the Syncfusion Vue File Upload component. This project contains code to customize the file drop area using an anchor element, add a custom file list template with upload progress, success, and failure statuses.
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.