The file upload behavior has been changed to work more reliably in Safari. Previously, when you upload and it uses the IFrame to submit the form, the onload event of the iframe was firing before the response was returned from the server. Now, it uses an interval to check the response from the form every 500ms for a period no greater than 60seconds before determining that the form submit was completed. Not the most elegant solution, but works better than previously.
Mustafa Shabib
mustafa.shabib@wearemammoth.com
The modified Anthem.js