This is actually more of a client implementation suckage issue. I had a bug in the MetaWebLog file upload support, which I fixed. Then I found the real problem - client assumptions. ecto assumes that any file you upload should just tag along at the end of your blog url. Which sucks, because that's not really where anyone is going to want to put them. So it looks like this - if you use a MetaWebLog API tool to upload files to Silt, you have to first upload, then edit the post to make the image href work. Sigh...