We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Enketo supports select_one_from_file {filename}.geojson Detail, but on Kobo form builder, it does not allow uploading the geojson in media files.
select_one_from_file {filename}.geojson
The geojson file should be uploaded successfully.
Validation prevents the geojson file from being uploaded.
This issue is caused by MIME types validation on the KPI backend.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Description
Enketo supports
select_one_from_file {filename}.geojson
Detail, but on Kobo form builder, it does not allow uploading the geojson in media files.Steps to Reproduce
select_one_from_file {filename}.geojson
.Expected Behavior
The geojson file should be uploaded successfully.
Actual Behavior
Validation prevents the geojson file from being uploaded.
Additional Details
This issue is caused by MIME types validation on the KPI backend.
The text was updated successfully, but these errors were encountered: