We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I can only upload pdfs but can't upload doc, excel sheets, etc. Is there a reason why?
The text was updated successfully, but these errors were encountered:
Hello @andela-ysanni.
This should be possible using the accept attribute in your model
accept
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
Sorry, something went wrong.
@orlando I've actually tried that but when uploading,it returns an error: "Invalid file format"
This should be labeled "Bug"
No branches or pull requests
I can only upload pdfs but can't upload doc, excel sheets, etc.
Is there a reason why?
The text was updated successfully, but these errors were encountered: