| name | data type | description |
|---|---|---|
| contentType | string | |
| file | File | |
| inputStream | InputStream | |
| name | string | |
| outputStream | OutputStream |
Example
{
"inputStream" : { },
"name" : "...",
"contentType" : "...",
"file" : {
"hidden" : true,
"absoluteFile" : { },
"path" : "...",
"file" : true,
"usableSpace" : 12345.0,
"parentFile" : { },
"name" : "...",
"totalSpace" : 12345.0,
"absolute" : true,
"absolutePath" : "...",
"freeSpace" : 12345.0,
"canonicalPath" : "...",
"parent" : "...",
"directory" : true,
"canonicalFile" : { }
},
"outputStream" : { }
}