var ImageUploader = EmberUploader.FileField.extend({
  multiple: true,
  accept: 'image/*',

  filesDidChange: (function() {