Search
Preparing search index...
The search index is not available
Theia TypeDoc
Options
All
Public
Public/Protected
All
Inherited
Menu
Theia TypeDoc
filesystem
NodeFileUploadService
Class NodeFileUploadService
Hierarchy
NodeFileUploadService
Implements
BackendApplicationContribution
Index
Constructors
constructor
Methods
configure
get
Http
File
Upload
Path
get
Temporary
Upload
Dest
handle
File
Upload
Constructors
constructor
new
Node
File
Upload
Service
(
)
:
NodeFileUploadService
Returns
NodeFileUploadService
Methods
configure
configure
(
app
:
Application
)
:
Promise
<
void
>
Parameters
app:
Application
Returns
Promise
<
void
>
Protected
get
Http
File
Upload
Path
get
Http
File
Upload
Path
(
)
:
Promise
<
string
>
Returns
Promise
<
string
>
URL path on which to accept file uploads.
Protected
get
Temporary
Upload
Dest
get
Temporary
Upload
Dest
(
)
:
Promise
<
string
>
Returns
Promise
<
string
>
Path to a folder where to temporarily store uploads.
Protected
handle
File
Upload
handle
File
Upload
(
request
:
Request
<
ParamsDictionary
,
any
,
any
,
ParsedQs
,
Record
<
string
,
any
>
>
, response
:
Response
<
any
,
Record
<
string
,
any
>
>
)
:
Promise
<
void
>
Parameters
request:
Request
<
ParamsDictionary
,
any
,
any
,
ParsedQs
,
Record
<
string
,
any
>
>
response:
Response
<
any
,
Record
<
string
,
any
>
>
Returns
Promise
<
void
>
Exports
filesystem
Base
Stat
Delegating
File
System
Provider
Dir
Node
Disk
File
System
Provider
File
Access
File
Change
File
Change
Event
File
Download
Commands
File
Download
Data
File
Download
Handler
File
Download
Service
File
Move
Event
File
Node
File
Resource
Version
File
Selection
File
Stat
File
Stat
File
Stat
Node
File
Stat
Node
Data
File
System
Commands
File
System
Error
File
System
Utils
File
Upload
Service
Filepath
Breadcrumb
Location
List
Renderer
electron
export=
export=
Node
File
Upload
Service
constructor
configure
get
Http
File
Upload
Path
get
Temporary
Upload
Dest
handle
File
Upload