in reply to Apache2::UploadProgress & Safari bug status??
Edit the file /extras/progress.js, and modify line 85 as follows:
- req.open('GET', url, Boolean(handleUploadProgressResults)); + req.open('GET', url, false);
It appears that the call to handleUploadProgressResults will always return true in Chrome/Safari. No idea why, but modifying (hardcoding) this to false does get things working.
cheers,
Darren
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Apache2::UploadProgress & Safari bug status??
by tlhackque (Beadle) on Feb 11, 2013 at 14:04 UTC |