So here's the deal:
I need to make all posted images in wordpress have seo-friendly urls, much like slugs for a post. So, if I attach an image 'foo01234.jpg' with a title of "Foo Bar Image" to a post, instead of storing the image as '/2011/09/foo01234.jpg', I want to save it as '/2011/09/foo-bar-image.jpg'.
Is there a way to hook in to a post update in order to achieve this?