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

https://github.com/syncfusionexamples/explore-form-support-in-the-vue-file-uploader-component

A quick-start Vue project that shows how to use the Syncfusion Vue File Upload component in an HTML form to upload files to a server. This project contains code to add the uploader component and upload a file to the server along with form data.
https://github.com/syncfusionexamples/explore-form-support-in-the-vue-file-uploader-component

asynchronous-upload auto-upload customize-drop-area ej2-uploader file-upload-forms form-support html-form multiple-file-upload synchronous-upload tutorial upload-box uploader vue vue-components vue-file-upload vue-ui-components vuejs web-api-upload

Last synced: 8 months ago
JSON representation

A quick-start Vue project that shows how to use the Syncfusion Vue File Upload component in an HTML form to upload files to a server. This project contains code to add the uploader component and upload a file to the server along with form data.

Awesome Lists containing this project

README

          

# Explore form support in the Vue File Uploader component

A quick-start Vue project that shows how to use 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-form-support-sample) component in an HTML form to upload files to a server. This project contains code to add the uploader component and upload a file to the server along with form data. It also shows how to customize the drop area so that the end user can drop files on the specified drop area on the form.

Watch the video: https://www.syncfusion.com/tutorial-videos/vue/file-upload?title=explore-form-support-in-the-vue-file-upload-component

Refer to the following documentation to learn about the Vue File Upload component: https://ej2.syncfusion.com/vue/documentation/uploader/form-support

Check out this online example of the Vue File Upload component: https://ej2.syncfusion.com/vue/demos/#/material3/uploader/file-upload-with-forms.html

Before working on this project, make sure you have the latest versions of Node.js, Visual Studio Code, and Visual Studio 2022 on your machine.

## How to run this application
To run this application, you need to clone the `Explore-Form-support-in-the-Vue-File-Uploader-component` repository and open the `myvueapp` client application 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. To run the server-side ASP.NET Core application, open the application `SyncfusionUploaderServerSample` in Visual Studio 2022. Now, build and run the project to accept the data from the client application.