upload.webFile#21e753bc size:int mime_type:string file_type:storage.FileType mtime:int bytes:bytes = upload.WebFile;
| Name | Type | Description |
|---|---|---|
| size | int | Size in bytes. |
| mime_type | string | Content type of the file. |
| file_type | storage.FileType | |
| mtime | int | |
| bytes | bytes | Raw bytes. |