Class MOXMAN_Handlers_UploadHandler
| Inheritance | MOXMAN_Handlers_UploadHandler |
|---|---|
| Implements | MOXMAN_Http_IHandler |
Http hander that takes the passed in file blob and stores that as a file object in the file system.
Public Methods
| Method | Description | Defined By |
|---|---|---|
| processRequest() | Process a request using the specified context. | MOXMAN_Handlers_UploadHandler |
Method Details
Process a request using the specified context.
| public void processRequest ( MOXMAN_Http_Context $httpContext ) | ||
| $httpContext | MOXMAN_Http_Context | Context instance to pass to use for the handler. |