attachinary icon indicating copy to clipboard operation
attachinary copied to clipboard

Allow upload via URL

Open maletor opened this issue 12 years ago • 0 comments

@assembler, what do you think about adding this to the bindEventHandlers?

@$input.bind 'attachinary:urladded', (event, data) =>
  @$input.fileupload("option", "formData").file = data
  @$input.fileupload("add", files: [data])

  delete @$input.fileupload("option", "formData").file

maletor avatar Jul 30 '13 18:07 maletor