2
votes

http://code.google.com/appengine/docs/python/datastore/typesandpropertyclasses.html#Blob

2
If the link is the answer, could you also write the answer in your post as well so that those of us looking this up don't have to click through? - Derek Dahmer
The link is not the answer, it's just a link to all documentation about this class - Jader Dias

2 Answers

3
votes

{{ theblob|length }} if you're using a Django template (as you seem to indicate in a comment, although you give absolutely no indication of this in your question -- I suggest editing the question to add that crucial bit of info!-).

-1
votes

Try blob.getSize()