+ new UploadFile(
file
Defined in src/upload-file.ts:4
Parameters:
Name | Type |
---|---|
file | FileObject |
Returns: UploadFile
• get filename(): string
Defined in src/upload-file.ts:20
The original filename on the user's system
Returns: string
• get filesize(): number
Defined in src/upload-file.ts:27
The size of the file in bytes
Returns: number
• get filetype(): string
Defined in src/upload-file.ts:34
The type of file
Returns: string
• get id(): string
Defined in src/upload-file.ts:13
A unique UUID referencing this file in the Flatfile system
Returns: string
• get url(): string
Defined in src/upload-file.ts:41
A securely signed url giving you temporary access to download the file
Returns: string