blobstore Questions

1

Solved

I am trying to generate a zip file and store in App Engine's Blobstore. Right now, I do not get a valid zip file from the Blobstore. Not sure the problem is with zipping, storing, retrieving or dow...
Eristic asked 20/2, 2012 at 19:15

1

Solved

I have an app where each DataStore Entity of a specific kind can have a number of photos associated with it. (Imagine a car sales website - one Car has multiple photos) Originally since all the da...
Oath asked 20/2, 2012 at 13:34

3

Solved

What can I do to limit the size of a file that can be uploaded? I know I can limit it client side with SWFUpload, but how can I limit it server side? How do I protect against someone uploading a ...
Whaley asked 5/8, 2010 at 19:49

2

Solved

I'm programatically uploading image files and want to set the filename. When I upload a file via POST, the filename property is set automatically. However when using the method below, the filename ...
Briar asked 18/4, 2011 at 1:59

3

Solved

I'm trying to upload multiple files in a form to the BlobStore. Form: <form action="{{upload_url}}" method="POST" enctype="multipart/form-data"> <label>Key Name</label><inpu...

2

I have dilemma.. I'm uploading files both in scribd store and blobstore using tipfy as framework. I have webform with action is not created by blobstore.create_upload_url (i'm just using url_for('m...
Peridot asked 12/4, 2011 at 16:56

1

Solved

I'm using App Engine's high performance image serving on my site, and I'm able to get everything working properly on both my local machine and in production i.e. I can upload an image and successfu...
Canine asked 3/8, 2011 at 14:50

2

Solved

I'm working on a simple multimedia messaging app for Android, and I was trying to use Google AppEngine's BlobStore as my cloud storage for the various image, video, and audio files that will be tra...
Bamby asked 25/3, 2011 at 18:29

2

Solved

I've managed to get email attachments onto Amazon S3 from a GAE incoming email, but does anyone know a technique to get an attachment, like an image, into the blobstore. Any help would be much app...
Emersion asked 27/3, 2010 at 22:13

2

Solved

Yes, I've seen this question already, but I'm finding information that contradicts its accepted answer and Nick Johnson's blog on the GAE docs. The docs talk about uploading more than one file at...
Bluebonnet asked 5/2, 2011 at 13:36

3

Solved

I'm trying to associate a video file to a record with a bunch of properties, but can't seem to allow the user to do everything in one form - name the video, provide description and answer some ques...
Caresa asked 4/8, 2010 at 20:5

2

The AppEngine's standard API assumes files are uploaded from an HTML form. I'm trying to post a file to the blobstore from a REST API method that can be called by a non Html client (Flash, iPhone, ...
Crinkumcrankum asked 27/1, 2010 at 18:2

1

Solved

Google App Engine imposes a 30 seconds timeout for every request. Is this applicable when uploading to the blobstore? Thanks!
Stinking asked 29/1, 2010 at 1:14

© 2022 - 2024 — McMap. All rights reserved.