> Patrick, from within your model, you can access the file that was uploaded. > It is probably a temporary file on Heroku, but that's OK, since you just need > to parse something from it. Here is an example:
Right. I have this working in development, so I'm able to successfully parse EXIF information from photo uploads. http://pastie.org/996632 It just doesn't work on Heroku, since EXIF ruby gems usually need a third-party library that's not installed on Heroku stacks (and not installable). -- Patrick -- SD Ruby mailing list [email protected] http://groups.google.com/group/sdruby
