Chrome Back Button Terminates Upload Stream Unexpectedly
I'm providing users form-based file uploads (one at a time) with ajax updates/progress bars. I want to give them a heads up if they navigate away that any current upload will be ca
Solution 1:
In Chrome and Safari functions attached to beforeunload event must always return string value (message displayed to user).
Post a Comment for "Chrome Back Button Terminates Upload Stream Unexpectedly"