Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update file upload so that it has better error support. #8427

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Oct 14, 2024

  1. Update file upload so that it has better error support.

    - Add bilingual error message.
    - Fix queue removal so that it only remove items that are complete instead of fully clearing the queue.
    - Fix error message Uncaught TypeError: Cannot read properties of undefined (reading 'message')
    - Catch status 0 which is generally a network error and display an error message
    - Catch status 413 which may come from a proxy server with no messages - it now displays correct error message.
    - Add humanizeFileSize so that users can see errors in nice format instead of long byte format.
    ianwallen committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    2d97711 View commit details
    Browse the repository at this point in the history