var FileUploader = EmberUploader.FileField.extend({
  multiple: false,
  accept: 'application/pdf,text/plain',

  filesDidChange: (function() {