file-transfer-plugin
Mobile icon

File Transfer Plugin

Supported
Stable version 3.0.0 (Compatible with OutSystems 11)
Other versions available for 10
Uploaded
 on 28 May
 by 
OutSystems
3.8
 (11 ratings)
file-transfer-plugin

File Transfer Plugin

Created on OutSystems 11

Version 3.0.0

Stable
Current
See documentation
Uploaded on 28 May by OutSystems
Compatible with:
Version 11
Database:
All
Release notes:
  • BREAKING CHANGES
    • Removed filesystems attribute from FileDownloadResult structure.
    • Removed trustAllHosts parameter from download client actions.
  • DEPRECATIONS
    • OutSystems
      • Deprecated existing client actions of the plugin in favor of new ones created in this version. The deprecated client actions are still working as before, but to use the new client actions you need to generate a new mobile package. For more information check the existing plugin documentation.
  • Features
    • OutSystems
      • Added new client actions:
        • CheckFileTransferPlugin
        • DownloadFile
        • UploadFile
    • Android and iOS:
      • Update to new Cordova plugin under a new architecture, using native Android and iOS libraries.
    • Android, iOS and PWA:
      • Align error codes and messages format with OutSystems guidelines.


Note: If your app uses the File Plugin, we recommend updating it to the latest version as well.

License:

Copyright (c) 2025 OutSystems, MIT License

Application Objects:
File Transfer Plugin does not affect the count of AOs.

Version 2.1.8

Stable
Uploaded on 7 Feb by OutSystems
Compatible with:
Version 11
Database:
All
Release notes:

Chores

- Update File Plugin dependency to latest version (3.0.9)

License:

Apache License 2.0

Application Objects:
File Transfer Plugin does not affect the count of AOs.
Created on OutSystems 10

Version 2.1.0

Stable
Uploaded on 05 March 2018 by OutSystems
Compatible with:
Version 11
Version 10
Stack:
All
Database:
All
Release notes:

Exposes two new client actions:

  • UploadFileWithHeaders
  • DownloadFileWithHeaders

Both work similarly to the existing upload and download client actions but provide additional functionality in order to allow headers to be specified for the network requests.

A typical use case would be to use "Content-Type" header set as "application/octet-stream" in order to upload a video file into a REST endpoint.

Version 2.0.1

Stable
Uploaded on 21 December 2016 by OutSystems
Compatible with:
Version 11
Version 10
Stack:
All
Database:
All
Release notes:

Fix error when cordova is not loaded