core.files.uploadedfile.UploadedFile

class UploadedFile [source]

During file uploads, the actual file data is stored in request.FILES. Each entry in this dictionary is an UploadedFile object (or a subclass) – a simple wrapper around an uploaded file. You’ll usually use one of these methods to access the uploaded content:

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

Please login to continue.