Dear All,
could someone help me with this?

Regards

Massimiliano

---------- Forwarded message ----------
From: Massimiliano <massimiliano.pietr...@gmail.com>
Date: 2010/10/22
Subject: Image Upload
To: google-appengine@googlegroups.com


Dear All,
I'm building a gallery and I'm allowing users to upload their images, but I
want all the images with a specific width in the blobstore. I'm trying to
using the Image Api, but I can't understand how.

This is my code, could someone help me?

class UploadHandler(blobstore_handlers.BlobstoreUploadHandler):
 def post(self):
upload_files = self.get_uploads('File')
blob_info = upload_files[0]
 self.request.get('Nick')
frasi = FRASI()
frasi.frase = self.request.get('Nick')
 frasi.link = blob_info.key()
frasi.put()
self.redirect("/")

Thanks

Max

-- 

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



-- 

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