The application will send a link by SMS, the link requires OTP and after verification of OTP, a PDF document is downloaded.
How can we ensure the file is successfully downloaded and opened?
Can we have our page download the file in the background with a progress bar UI and hand over to browser/system download API only after the file is successfully downloaded in the background?
We want assurance that file is successfully received and opened. Thank you.