![]() |
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 | new_file |
def | receive_data_chunk |
def | file_complete |
![]() | |
def | __init__ |
def | handle_raw_input |
def | new_file |
def | receive_data_chunk |
def | file_complete |
def | upload_complete |
Public Attributes | |
file | |
![]() | |
file_name | |
content_type | |
content_length | |
charset | |
request | |
field_name | |
Additional Inherited Members | |
![]() | |
int | chunk_size = 64 |
Upload handler that streams data into a temporary file.
def google.appengine._internal.django.core.files.uploadhandler.TemporaryFileUploadHandler.new_file | ( | self, | |
file_name, | |||
args, | |||
kwargs | |||
) |
Create the file object to append to as data is coming in.