Hi community
My team has a requirement to build a internal staff app (for use on mobile and tablet) which can view a PDF (80-100Mb; ~1200pages) in-app.
Why don't we just download it?
- Staff have previously used an externally created app which downloaded the file, but over a number of years/updates the device storage usage built up (plus other downloads on the device), which led to slowing devices and an increase in calls to the service desk (for them to remotely delete files).
- The file is updated a number of times throughout the year, so it being loaded in-app would mean we have better control over which version they are looking at.
Ideally, we'd like the user to download (the content), and it to be viewable via the app; we'd love it to store the content locally (so it doesn't need to re-download every run) so was thinking the SaveData/LoadData (but I need the content accessible first), and then when we update the source file, the app would know it's been updated, and pickup the new version, and replace the current locally stored version.
Note that the users do require a local version to be available (it can't be 100% cloud accessed) - this is because there are a number of areas we cover where there's no/limited data connectivity, and the document must be available to staff at all times.
But none of the testing so far has yielded any positive results; the app can't download the content of a file that size to display in the PDF viewer, automate can't send/Power Apps can't receive content of that size, trying to get it in small sections would require an automate being called an unrealistic number of times.
Googling has resulting in a number of options on how to upload files/large files.....but has anyone managed to, or got any thoughts on, how to get Power Apps to download a large file....and retain control over it (rather than saving it to a Downloads folder).
Hoping someone out there has some ideas we can try.
Thanks