You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{
"type": "https://open-forms.test.maykin.opengem.nl/fouten/ValidationError/",
"code": "invalid",
"title": "Invalid input.",
"status": 400,
"detail": "",
"instance": "urn:uuid:8b71e061-f293-4519-9260-794367388b93",
"invalidParams": [
{
"name": "data.bestandsupload.0.originalName",
"code": "invalid",
"reason": "De bestandsnaam komt niet overeen met de upload."
}
]
}
Seems the leading white space is stripped when storing on the server
The text was updated successfully, but these errors were encountered:
LaurensBurger
added
bug
Something isn't working
triage
Issue needs to be validated. Remove this label if the issue considered valid.
labels
Nov 13, 2024
LaurensBurger
changed the title
Cannot upload file with white space as first part of the filename
Cannot upload file with leading white space in the filename
Nov 13, 2024
Product versie / Product version
2.8.x
Customer reference
No response
Omschrijf het probleem / Describe the bug
upload:
json in validate request:
response:
Seems the leading white space is stripped when storing on the server
The text was updated successfully, but these errors were encountered: