Allow uploading zipped JSON to docs
By default, when someone wants to download docs, we propose a zipped JSON.
- We should allow uploading a zipped JSON as well, for better UI flow (currently, the user has to extract that zip first).
- Maybe have the same default for upload and download (currently, corpus upload suggests TSV as the default), again, for better UI flow.
- Suppose 'TSV' is selected and someone picks a file with
.json
extension for upload. Maybe we could change the selection to 'json' to automatically match user preference, by default.