Monday, March 07, 2011

Django | File Uploads | Django documentation

Django | File Uploads | Django documentation: "When Django handles a file upload, the file data ends up placed in request.FILES (for more on the request object see the documentation for request and response objects). This document explains how files are stored on disk and in memory, and how to customize the default behavior."