I have some filename encoding problem in GAE blobstore here. class UploadHandler(blobstore_handlers.BlobstoreUploadHandler):
I have a bunch of images which I have stored in db.Blob\'s and am serving. I\'d like to take开发者_开发技巧 advantage of the high availability BlobStore recently announced.
im trying to find out if nosegae supports the blobstore for tests like it does for the datastore. im having troubles to test a blobstore upload. does anyone know more about it?
I wish to have a file upload form that in addition to the file selection input , also has other input fields like textarea, dropdown etc. The problem is that I cannot access any post parameters other
This is a follow up question to my previous question. I am trying to upload and display an image as an avatar following the sample app here.
I am trying to post an image which I am downloading using URLFetch() to the blobstore. Basically, for any given youtube video, i am first fetching the thumbnail from youtube\'s site and then I want t
I am a student who needs help in uploading a zip file that contains CSV file into the GAE Server using java.
There have been a number of other questions on AttributeErrors here, but I\'ve read through them and am still not sure what\'s causing the type mismatch in my specific case.
I have followed the sample code below to upload a zip file in the blobstore. I am able to upload the zip file in but i have some concerns reading the file.
In order to save precious bandwidth, the image serving app (a minor, but important part of the total app) tries to serve only thumbnails or reduced size previews of possibly large photos or illustrati