Hi all, I implemented this today, and learned some things. I posted my version of the upload handler as a comment to the slice at: http://www.web2pyslices.com/main/slices/take_slice/63
enhancements in this version: * parse the blob_info object out of the request, no more dummy request * integrate with a table that has more information then just the file keys. * handle deletes and updates of images by removing old files from blobstore (assumes that this record is the only one that references a given file) Hope that it's helpful for people. christian -- To unsubscribe, reply using "remove me" as the subject.

