Hi:
I would like to upload a .TCX file created by the SGT - Sports Gear Tracker app on my phone. I`ve examined the file and it looks fine. While experimenting I changed something in the file and it then uploaded, unfortunately it got written over by a copy before I figured out the issue... so I know it can be uploaded. I suspect there is some odd control character in the file that is not obvious. I attached the file in question but had to change it to ".XML" for it to upload.
Tom
UPDATE... The file I was trying to load had this XML for the Version Information:
<Version>
<VersionMajor>2</VersionMajor>
<VersionMinor>0</VersionMinor>
</Version>
By adding the Build info the file it now loads properly on Garmin connect...
<Version>
<VersionMajor>2</VersionMajor>
<VersionMinor>0</VersionMinor>
<BuildMajor>0</BuildMajor>
<BuildMinor>0</BuildMinor>
</Version>