> > Btw. yes it is mandatory that the file is not saved and only kept in > memory for security reasons.
You could unlink the Tempfile right after creation, as mentioned here: http://www.ruby-doc.org/stdlib/libdoc/tempfile/rdoc/classes/Tempfile.html That will prevent any other process to get hands on that file. Mike -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

