"> "> ">

Directory

← Back

file-uploader

An element that wraps around the HTML <input type="file">

Author

Rating

Popularity

<100

[ This description is mirrored from README.md at github.com/AlessioGiambrone/file-uploader on 2019-05-22 ]

<file-uploader>

An element that uploads one or more files to the browser

Example

<file-uploader accept="image/*">Upload some image</file-uploader>

Install the Polymer-CLI

First, make sure you have the Polymer CLI installed. Then run polymer serve to serve your element locally.

Viewing Your Element

$ polymer serve

Running Tests

$ polymer test

Your application is already set up to be tested via web-component-tester. Run polymer test to run your application's test suite locally.

TODOs

  • tests
  • style
  • internationalization
  • ARIA

Compatibility

(Loading compatibility data...)

Was this helpful? Need more help?
Leave a comment or a question below. You can also join the chat on Discord or ask questions on StackOverflow.

Version

Dependencies

Polymer/polymer#^2.0.0

  • paper-button#^2.0.0
Released
2017-09-07
Maturity
IMPORTED
License
Other

Compatibility

Framework
Polymer 2.0+
Browser
Browser Independent

file-uploader - Vaadin Add-on Directory

An element that wraps around the HTML file-uploader - Vaadin Add-on Directory
**[ This description is mirrored from README.md at [github.com/AlessioGiambrone/file-uploader](https://github.com//AlessioGiambrone/file-uploader/blob/v0.1/README.md) on 2019-05-22 ]** # \ An element that uploads one or more files to the browser ## Example ```html Upload some image ``` ## Install the Polymer-CLI First, make sure you have the [Polymer CLI](https://www.npmjs.com/package/polymer-cli) installed. Then run `polymer serve` to serve your element locally. ## Viewing Your Element ``` $ polymer serve ``` ## Running Tests ``` $ polymer test ``` Your application is already set up to be tested via [web-component-tester](https://github.com/Polymer/web-component-tester). Run `polymer test` to run your application's test suite locally. ## TODOs - tests - style - internationalization - ARIA
Issue tracker
License
View on GitHub
Online Demo
GitHub Homepage
Documentation

file-uploader version 0.0.1
### Dependencies Polymer/polymer#^2.0.0 * paper-button#^2.0.0

file-uploader version 0.1
### Dependencies Polymer/polymer#^2.0.0 * paper-button#^2.0.0

Online