getodk / central-frontend

Vue.js based frontend for ODK Central
https://docs.getodk.org/central-intro/
Apache License 2.0
32 stars 59 forks source link

Add ability to select file in EntityUpload #948

Closed matthew-white closed 8 months ago

matthew-white commented 8 months ago

This PR makes progress on getodk/central#589, adding the ability to select a file in EntityUpload. As part of this PR, the name and size of the file will be sent to Backend. We will send the entity data once we have CSV parsing in place.

What has been done to verify that this works as intended?

New tests, trying it locally.

Before submitting this PR, please make sure you have: