Skip to content

AlessioGiambrone/file-uploader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

<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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages