UploadFile
Module | ejs.web |
Definition | class UploadFile |
Inheritance | UploadFile Object |
Specified | ejscript-1.1 |
Stability | Evolving. |
Upload file class.
Users do not instantiate this class. Rather, the web framework will allocate and store
instances in the Request.files hash.
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 | HTML input ID for the upload file element. |
public | size | Number | Size of the uploaded file in bytes. |
Inherited Properties
UploadFile Methods
Inherited Methods
Method Detail