Skip to content

PlakeSide/angular-filepicker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 

Repository files navigation

angular-filepicker

Directive for filepicker.io

Getting Started

  1. Add filepicker script to your index.html file before

      <script type="text/javascript" src="//api.filepicker.io/v2/filepicker.js"></script>
  2. Add "filepicker" module to app.js html angular.module("App", ["filepicker"]);

  3. Use the following tag wherever you want to add filepicker.

<div filepicker api-key="your-api-key" path="/s3ServerPath/" pickerclass="btn btn-default" container="Mys3Bucket" multiple="true" mimetype="*" callback="callBackToExecuteAfterUpload(file)" multiple=false>Add Photo</div>

About

Directive for filepicker.io

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •