Re: Accessing ImageField temporary file to dynamically change upload_to storage path

2011-04-26 Thread Thomas Weholt
I'm also looking for something like this so please post any info you might find on the subject if you don't get the answer in this group. PS! FYI: I think most software writing metadata into a file writes at exif, perhaps xmp or iptc in addition to plain exif, so you only need to check for exif da

Accessing ImageField temporary file to dynamically change upload_to storage path

2011-04-26 Thread Ian Turner
I'm in need of direction to access the temporary file that is stored in memory or on disk from an ImageField/FileField so that I can read it before it gets moved to its final location. The topics I've found all deal with only modifying the storage path based on other fields in a model. My require