Skip to content

Input validation and error messages #43

@mplaine

Description

@mplaine

Problem 1: Currently, input image dimensions are only validated on the server side.
Solution 1: Validate input image dimensions also on the client side. For example, see https://makitweb.com/how-to-validate-image-width-and-height-before-upload-using-javascript/

Problem 2: In addition, error details sent as a response from the server are NOT shown to the user in the user interface, but only on the console.
Solution 2: Show error details also to the user in the user interface as part of the generic error message.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions