file-transfer-plugin
Mobile icon

File Transfer Plugin

Supported
Stable version 3.1.4 (Compatible with OutSystems 11)
Other versions available for 10
Uploaded
 on 19 Aug (18 hours ago)
 by 
OutSystems
3.8
 (11 ratings)
file-transfer-plugin

File Transfer Plugin

Created on OutSystems 11

Version 3.1.4

Stable
Current
Uploaded on 16:10 (2 hours ago) by OutSystems
Compatible with:
Version 11
Database:
All
Release notes:

Fixes

  • Updates dependency on File Plugin to latest version (4.1.3)
  • Fixes an error on native apps running version 2 of the File Transfer Plugin but get an OTA update with version 3 of the File Transfer Plugin: CheckFileTransferPlugin was incorrectly returning OS-PLUG-FLTR-0003 in Error structure. After this fix, it now correctly returns OS-PLUG-FLTR-0002 in Warning structure.
  • Fixes a similar error for OTA where the OS-PLUG-FILE-0002 warning from CheckFilePlugin (via File Plugin dependency) was being treated as an error when it should be a warning.
  • The OTA procedure from older plugin versions has been improved. Now CheckFileTransferPlugin returns IsAvailable=True even if on a mobile app with version 2 bundled in the mobile package. Non-deprecated client actions now also work with in this scenario, whereas before they returned an error.
License:

Copyright (c) 2026 OutSystems, MIT License

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

Version 3.1.3

Stable
Uploaded on 5 May by OutSystems
Compatible with:
Version 11
Database:
All
Release notes:
Fixes
  • Fixed an issue where DEPRECATED_CheckFileTransferPlugin always returned false, causing deprecated actions to fail with "Plugin not present or not loaded".
License:

Copyright (c) 2026 OutSystems, MIT License

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