- Status changed to Needs work
about 1 year ago 9:51pm 20 November 2023
To reproduce the bug:
Expected behavior: Moving progress bar reflecting the upload's progress.
Observed behavior: Progress bar stuck at 0% with the "Starting upload..." message displayed until the file is fully uploaded.
Proposed solution: Firebug reveals that requests to the file/progress
Ajax callback are being cached when page caching is turned on for anonymous users. This causes the callback to always return the "Starting upload..." message with -1 for the upload progress. The attached patch solves the issue by marking the file/progress
Ajax callback uncacheable.
Needs work
11.0 🔥
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.