Options
All
  • Public
  • Public/Protected
  • All
Menu

Class NodeFileUploadService

Hierarchy

  • NodeFileUploadService

Implements

  • BackendApplicationContribution

Index

Constructors

constructor

Methods

configure

  • configure(app: Application): Promise<void>

Protected getHttpFileUploadPath

  • getHttpFileUploadPath(): Promise<string>

Protected getTemporaryUploadDest

  • getTemporaryUploadDest(): Promise<string>

Protected handleFileUpload

  • handleFileUpload(request: Request<ParamsDictionary, any, any, ParsedQs, Record<string, any>>, response: Response<any, Record<string, any>>): Promise<void>