Hi!
<br>I'm still pretty new to Rails, so I hope someone here can help me with a problem I'm having.
<br>
<br>I've made a simple blogging app and one main feature I want is the ability to submit posts my email, together with an image attachment.
<br>
<br>So far I've been able to get the email into my app and extract the text.
<br>But I'm having problems with the image attachment.
<br>
<br>So what would be the best approach to deal with the image attachments?
<br>
<br>Ideally, having them extracted and stored in their original form in the a directory (as opposed to as a blob in the database). Or perhaps passed to file_column.
<br>
<br>Sorry if this problem sounds a little odd but it's something that's been giving me a headache recently, so I'd appreciate any advice.
<br>
<br>Thanks. 
<br>
<br><hr align="left" width="300">
View this message in context: <a href="http://www.nabble.com/Extracting-email-attachments.-t1030784.html#a2674257">Extracting email attachments.</a><br>
Sent from the <a href="http://www.nabble.com/RubyOnRails-Users-f13831.html">RubyOnRails Users</a> forum at Nabble.com.