
Classes | |
| interface | Delegate |
Public Member Functions | |
| AjaxUploadProgress (String id, File tempFile, String fileName, int streamLength) | |
| String | contentType () |
| void | dispose () |
| String | fileName () |
| void | setContentType (String type) |
| File | tempFile () |
Private Attributes | |
| String | _contentType |
| String | _fileName |
| File | _tempFile |
| AjaxUploadProgress | ( | String | id, | |
| File | tempFile, | |||
| String | fileName, | |||
| int | streamLength | |||
| ) |
Construct an AjaxUploadProgress.
| id | the id of this upload | |
| tempFile | the File that is being written to | |
| fileName | the name of the file uploaded from the client | |
| streamLength | the total length of the stream |
| String contentType | ( | ) |
| void dispose | ( | ) |
Deletes the temporary file.
Reimplemented from AjaxProgress.
| String fileName | ( | ) |
Returns the name of the file the client uploaded.
| void setContentType | ( | String | type | ) |
| File tempFile | ( | ) |
Returns the File object that was written to during the upload.
String _contentType [private] |
File _tempFile [private] |
1.5.8