Interface FileUploadResult

A FileUploadResult object is passed to the success callback of the FileTransfer object's upload() method.

Index

Properties

Properties

public bytesSent: number

The number of bytes sent to the server as part of the upload.

public headers: any

The HTTP response headers by the server. Currently supported on iOS only.

public response: string

The HTTP response returned by the server.

public responseCode: number

The HTTP response code returned by the server.