I've been banging my head against a peculiar behavior of the iPhone. I can serve an MP3 to it from a webpage if the mp3 is just a regular file sitting in a directory somewhere on my site, but if I try ...
I want to retrieve the file size of the content of a blob field. Is there a way without doing something crazy, such as throwing the field's contents into a buffer and measuring the size of the buffer?