Upload a GPX file and return stringified JSON.
Currently designed and built for my own uses. Contribution welcome.
{
fields: [
// [...]
{
name: 'gpx',
title: 'GPX',
type: 'gpx'
}
]
}
{
_type: 'gpx',
file: Asset,
data: string
}