bonbonpiment / angular-base64-file-input

Angular directive to get the base64 encoded file content and details from a file input

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Angular directive: Base64 File Input

This is a directive for angular (based on @adonespitogo project). It will process a file input returning a base64 string and details of the file.

Install with Bower

$ bower install angular angular-base64-file-input --save

check the demo

About

Angular directive to get the base64 encoded file content and details from a file input

License:MIT License


Languages

Language:HTML 60.7%Language:JavaScript 31.1%Language:CSS 8.2%