Questions tagged [blobstore]

A repository interface designed for storing binary data, such as the Google App Engine blobstore feature.

Why is the upload handler not aligning with GAE Blobstore?

Following the documentation provided by GAE, I have implemented an upload handler to upload blobstore. However, when I select a file on my computer and click the Submit button on the HTML page, it displays 'The url "/upload" does not match any handlers.' ...

How can we utilize an ajax call to upload images instead of form fields when using the blobstore service on GAE?

Is it possible to upload an image using an AJAX call instead of form fields when utilizing the blobstore service of GAE? I desire to regain control over the page without causing a reload, specifically where the upload file input is located. This is why I ...