bunway
Preparing search index...
UploadedFile
Interface UploadedFile
interface
UploadedFile
{
buffer
?:
Buffer
<
ArrayBufferLike
>
;
destination
?:
string
;
encoding
:
string
;
fieldname
:
string
;
filename
?:
string
;
mimetype
:
string
;
originalname
:
string
;
path
?:
string
;
size
:
number
;
}
Index
Properties
buffer?
destination?
encoding
fieldname
filename?
mimetype
originalname
path?
size
Properties
Optional
buffer
buffer
?:
Buffer
<
ArrayBufferLike
>
Optional
destination
destination
?:
string
encoding
encoding
:
string
fieldname
fieldname
:
string
Optional
filename
filename
?:
string
mimetype
mimetype
:
string
originalname
originalname
:
string
Optional
path
path
?:
string
size
size
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
buffer
destination
encoding
fieldname
filename
mimetype
originalname
path
size
bunway
Loading...