File Upload Fails if User Closes App Too Quickly

My App is uploading files to S3 using an XMLHTTPRequest. The system is working fine, however, if a user force quits the app too soon after pressing submit, the file will not transfer. I know that the request is being initiated before they close out because there are several network requests done in sequence inside an async function, and my server is receiving a post that is initiated after the file upload that documents the file name and location on S3.

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.