UploadFile
| Module | ejs.web |
| Namespace | "ejs.web" |
| Definition | class UploadFile |
| Inheritance | UploadFile Object |
Upload file class.
Properties
| Qualifiers | Property | Type | Description |
| public | clientFilename | String | Name of the uploaded file given by the client. |
| public | contentType | String | Mime type of the encoded data. |
| public | filename | String | Name of the uploaded file. This is a temporary file in the upload directory. |
| public | name | String | |
| public | size | Number | Size of the uploaded file in bytes. |
UploadFile Methods
Inherited Methods
Method Detail