Hi,
can someone help me with this?

class UploadHandler(blobstore_handlers.BlobstoreUploadHandler):
def post(self):
upload_files = self.get_uploads('foto')
 blob_info = upload_files[0]
foto = FOTO.all()
foto.fotokey = blob_info.key()
 foto.put()
self.redirect('/foto')

Why it's not working? (It stop in a white page, showing the upload link in
the URL).
I want to to upload the file and store the blob_info.key() in a Expando
called FOTO.

Thanks

Max

-- 

My email: massimiliano.pietr...@gmail.com
My Google Wave: massimiliano.pietr...@googlewave.com

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

Reply via email to