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: [email protected]
My Google Wave: [email protected]
--
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.