SoylentBob / vaadin-upload-flow

Vaadin Flow Java API for vaadin/vaadin-upload Web Component

Home Page:https://vaadin.com/components/vaadin-upload

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Upload component for Vaadin Flow

This project is the Component wrapper implementation of <vaadin-upload> element for use from the server side with Vaadin Flow.

master branch is the latest version that will at some point be released in the Vaadin platform. See other branches for other framework versions:

  • 1.0 branch is Vaadin 10 LTS (Flow/Flow-component version 1.0)

Running the component demo

Run from the command line:

  • mvn -pl vaadin-upload-flow-demo -Pwar install jetty:run

Then navigate to http://localhost:9998/vaadin-upload

Installing the component

Run from the command line:

  • mvn clean install -DskipTests

Using the component in a Flow application

To use the component in an application using maven, add the following dependency to your pom.xml:

<dependency>
    <groupId>com.vaadin</groupId>
    <artifactId>vaadin-upload-flow</artifactId>
    <version>${component.version}</version>
</dependency>

Flow documentation

Documentation for flow can be found in Flow documentation.

Contributing

License

Apache License 2.0

About

Vaadin Flow Java API for vaadin/vaadin-upload Web Component

https://vaadin.com/components/vaadin-upload

License:Other


Languages

Language:Java 100.0%