A utility class to handle multipart/form-data requests, the kind of requests that support file uploads.
Wraps PHP's functions and global arrays to emulate Java's MultipartRequest class.
Located in /diy-framework/controller/MultipartRequest.class.php (line 12)
Constructs MultipartRequest from a simple Request.
Returns the content type of an uploaded file, or null if the file was not included in the upload.
Returns the filesystem name of an uploaded file, or null if the file was not included in the upload.
Returns the original name of an uploaded file (as supplied by the client browser), or null if the file was not included in the upload.
Documentation generated on Tue, 25 Sep 2007 11:17:21 +0200 by phpDocumentor 1.3.2