This exception is raised when an upload must abort.
def google.appengine._internal.django.core.files.uploadhandler.StopUpload.__init__ |
( |
|
self, |
|
|
|
connection_reset = False |
|
) |
| |
If ``connection_reset`` is ``True``, Django knows will halt the upload
without consuming the rest of the upload. This will cause the browser to
show a "connection reset" error.
The documentation for this class was generated from the following file:
- code/googleappengine-read-only/python/google/appengine/_internal/django/core/files/uploadhandler.py