When I add a branch, some version numbers are automatically prefixed a 0. Are the leading 0’s necessary for the branch system to work?
Also, when I switch the dorpdown back to branch 1 after uploading the file for branch 2, the file selection input still shows branch 2’s file:
So I’m fairly certain that only one file is being uploaded. I tested this by manually downloading https://ankiweb.net/shared/download/1566095810?v=2.1&p=44, which should be the file for branch 1, but I got the file for branch 2.
It’s been a while since I did those kind of things with html, but I think uploading multiple files requires one <input type="file">
for each file.