![]() |
App Engine Python SDK
v1.6.9 rev.445
The Python runtime is available as an experimental Preview feature.
|
Public Member Functions | |
def | __init__ |
def | get_uploads |
def | get_file_infos |
![]() | |
def | initialize |
def | get |
def | post |
def | head |
def | options |
def | put |
def | delete |
def | trace |
def | error |
def | redirect |
def | handle_exception |
def | new_factory |
def | get_url |
Additional Inherited Members | |
![]() | |
request | |
response | |
Base class for creation blob upload handlers.
def google.appengine.ext.webapp.blobstore_handlers.BlobstoreUploadHandler.get_file_infos | ( | self, | |
field_name = None |
|||
) |
Get the file infos associated to the uploads sent to this handler. Args: field_name: Only select uploads that were sent as a specific field. Specify None to select all the uploads. Returns: A list of FileInfo records corresponding to each upload. Empty list if there are no FileInfo records for field_name.
def google.appengine.ext.webapp.blobstore_handlers.BlobstoreUploadHandler.get_uploads | ( | self, | |
field_name = None |
|||
) |
Get uploads sent to this handler. Args: field_name: Only select uploads that were sent as a specific field. Returns: A list of BlobInfo records corresponding to each upload. Empty list if there are no blob-info records for field_name.