Moderator
3 months ago
#63354
::
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.