I\'ve been having a problem uploading a CSV file to Heroku and processing it. It works fine in my local environment. Just do be clear, I don\'t need to save the file on Hero
Based on Avishal's answer I use this with Rails 3:
@file = IO.read(params[:report].tempfile.path)