Would be nice if there was a tag similar to the <!--more--> tag that was parsed by the WP engine. Like:
<!--img:"/wp-content/uploads/2007/02/image.gif"-->
This could be put in posts, and there could be a template tag like:
wp_image('/wp-content/uploads/2007/02/image.gif');
or even
wp_image(UPLOADPATH.'2007/02/image.gif');
I don't see why this easy doable, and there is plenty of need for it. Anybody that has transferred a blog runs into this. Also, trying to run a development/development transfer is more of a hassle than it should be. I often transfer a site (http://staging.site.com/) to live (http://www.site.com/), but with plenty of extra steps to get images (of all things) linking correctly.