UploadDataTaskType

The parameter for uploadTask method.

  • 0.8
  • 0.8
  • 0.8

NOTE This is an abstract type. Any object meeting this description can be used where this type is used.

Defined By

Properties

UploadDataTaskType
data : Titanium.Blob

The data blob used for this data task.

The data blob used for this data task.

UploadDataTaskType
: String
The request method (e.g. ...

The request method (e.g. POST or PUT)

Default: POST

UploadDataTaskType
requestHeaders : String

Additional request headers to pass to the request.

Additional request headers to pass to the request.

UploadDataTaskType
url : String

The remote url used for this data task.

The remote url used for this data task.