gluon
Preparing search index...
src/util
FileUpload
Class FileUpload
Implements
FileUpload
Index
Constructors
constructor
Accessors
attachment
name
size
stream
Methods
set
Name
set
Path
set
Size
set
Stream
toJSON
Constructors
constructor
new
FileUpload
()
:
FileUpload
Returns
FileUpload
Accessors
attachment
get
attachment
()
:
undefined
|
string
The path of the file.
Returns
undefined
|
string
name
get
name
()
:
undefined
|
string
The name of the file.
Returns
undefined
|
string
size
get
size
()
:
undefined
|
number
The size of the file.
Returns
undefined
|
number
stream
get
stream
()
:
undefined
|
Stream
The stream of the file.
Returns
undefined
|
Stream
Methods
set
Name
setName
(
name
:
string
)
:
FileUpload
The name of the file.
Parameters
name
:
string
The name of the file.
Returns
FileUpload
set
Path
setPath
(
path
:
string
)
:
FileUpload
The path of the file.
Parameters
path
:
string
The path of the file.
Returns
FileUpload
set
Size
setSize
(
size
:
number
)
:
FileUpload
The size of the file.
Parameters
size
:
number
The size of the file.
Returns
FileUpload
set
Stream
setStream
(
stream
:
Stream
)
:
FileUpload
The stream of the file.
Parameters
stream
:
Stream
The stream of the file.
Returns
FileUpload
toJSON
toJSON
(
format
:
JsonTypes
,
__namedParameters
?:
{
suppressValidation
:
boolean
}
,
)
:
|
{
name
:
string
;
size
:
number
;
stream
:
Stream
}
|
{
attachment
:
undefined
|
string
;
name
:
string
;
size
:
number
}
Parameters
format
:
JsonTypes
__namedParameters
:
{
suppressValidation
:
boolean
}
= ...
Returns
|
{
name
:
string
;
size
:
number
;
stream
:
Stream
}
|
{
attachment
:
undefined
|
string
;
name
:
string
;
size
:
number
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Accessors
attachment
name
size
stream
Methods
set
Name
set
Path
set
Size
set
Stream
toJSON
gluon
Loading...
The path of the file.