Skip to content

Use validateFile to send validation request instead of validate function #18

@noatgnu

Description

@noatgnu

Currently only the validate function from sdrf-api-validator service was used. However, this function requires passing of full text as string in query params which have limitation due to max URL length. This should be change to use validateFile instead and the text content should be converted into a file blob in formdata to be sent to the backend while other parameters can be passed as query params.

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