Upload file with multiple workouts Upload file with multiple workouts
Back

Upload file with multiple workouts

Manage your uploaded bulk files

Add several workouts by providing several tracking files (fit, gpx) in a compressed file (zip, gz, etc)

Once uploaded, the tracking files will be extracted, analyzed and imported into your workouts timeline. This task can take some time, so be patient, workouts will start appearing on your timeline as they are added.

${form.begin(multipart=True)} ${form.csrf_token()}

${form.errorlist('compressed_file')} ${form.file('compressed_file')}

${form.submit("submit", localizer.translate(_('Save')), **{'class':"button button-normal"})} ${form.end()}