/ember-file-drop

A drag-and-droppable file input for your Ember app

Primary LanguageJavaScriptMIT LicenseMIT

ember-file-drop

A drag-and-droppable file input for your Ember app.

Installation

# From within your ember-cli project
ember install:addon ember-file-drop

Usage

{{#file-drop file=attachment onChange='handleAttachment'}}
  Drag & drop your file or click to browse
{{/file-drop}}