02-20-2025, 12:08 PM
I am working on modifying Microsoft's file upload code to make it more resilient to failures. At the moment, if any one chunk fails to upload, it just abandons the entire upload and reports a failure. I am modifying the code so that it will retry up to 5 times for any one chunk of data before giving up.
Mike
Mike