core.files.uploadhandler.FileUploadHandler.file_complete()

FileUploadHandler.file_complete(file_size) [source]

Called when a file has finished uploading.

The handler should return an UploadedFile object that will be stored in request.FILES. Handlers may also return None to indicate that the UploadedFile object should come from subsequent upload handlers.

doc_Django
2016-10-09 18:34:51
Comments
Leave a Comment

Please login to continue.