Rails > Upload image via email
Is there a rails plug开发者_开发问答in or gem out there that allows users to upload their image by emailing the image as an email attachment?
I would suggest you use the fetching code from here and then just use ActionMailer.receive to create an object from it/load the attachment.
You could have a look at mail which lets you create and read/parse emails.
精彩评论