attachinary icon indicating copy to clipboard operation
attachinary copied to clipboard

Uploads of office documents

Open oluwayetty opened this issue 8 years ago • 3 comments

I can only upload pdfs but can't upload doc, excel sheets, etc. Is there a reason why?

oluwayetty avatar May 09 '16 21:05 oluwayetty

Hello @andela-ysanni.

This should be possible using the accept attribute in your model

Class User < ActiveRecord::Base
  has_attachment :photo, accept: [:jpg, :png, :gif]
  has_attachment :id_verification, accept: [:pdf, :doc, :xls]
end

Let me know if that works

orlando avatar May 16 '16 03:05 orlando

@orlando I've actually tried that but when uploading,it returns an error: "Invalid file format"

oluwayetty avatar May 17 '16 10:05 oluwayetty

This should be labeled "Bug"

scott avatar Oct 11 '16 20:10 scott