Forum

Lukas Henninger
Moderator
    Has successfully completed the online course Introduction
    Has successfully completed the online course Intermediate (200)
    Has successfully completed the online course Advanced (300)
    Has successfully completed the online course Basics (100)
    Has successfully completed the online course Advanced (310)
    Has successfully completed the online course Advanced (320)
3 months ago #63354
Up
0
Down
::

Hi David,

 

have you checked, if the mobile action download file fits our usecase?

In order to fully save a file to the mobile device, you could also try to (temporarily) upload your file into a ContentRepository and then use window.open(encodeURI(fileUrl),”_system”); with the urlWithToken. This will open the systems browser and download the file from there.

 

I hope this helps you out.