- Accelerometer
- Camera
- Capture
- Compass
- Connection
- Contacts
- Device
- Events
- File
- Geolocation
- Globalization
- InAppBrowser
- Media
- Notification
- Splashscreen
- Storage
- Getting Started Guides
- Command-Line Usage
- Privacy Guide
- Upgrading Guides
- Project Settings
- Plugin Development Guide
- Domain Whitelist Guide
- Embedding WebView
This version of the documentation is outdated!
Click here for the latest released version.
FileUploadResult
A FileUploadResult
object is returned via the success callback of the FileTransfer upload method.
Properties
- bytesSent: The number of bytes sent to the server as part of the upload. (long)
- responseCode: The HTTP response code returned by the server. (long)
- response: The HTTP response returned by the server. (DOMString)
Description
The FileUploadResult
object is returned via the success callback of the FileTransfer upload method.
iOS Quirks
- iOS does not include values for responseCode nor bytesSent in the success callback FileUploadResult object.