When retrieving a BlobInfo from the datastore using BlobInfo.get(key),
the filename is a unicode.

However, when uploading a file to the blobstore using
blobstore.create_upload_url(), and then using
blobstore.parse_blob_info(), the filename attribute of the returned
BlobInfo is a python str.

I assume the encoding is specified by the form submission POST
request; I haven't been able to find the answer in the Python cgi
module. How can I get this encoding in Python?

Thx in advance. Pascal

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to