stefangeyer / challonge-java

Java bindings for the Challonge API
MIT License
10 stars 7 forks source link

Attachment asset uploads do not work #3

Closed EXSolo closed 7 years ago

EXSolo commented 8 years ago

Neither encoding a file with Base64 nor sending a multipart/form-data request were accepted by the API. Can't figure out how to fix this at the moment.

stefangeyer commented 7 years ago

Challonge have fixed some bugs due to my report. I'll attempt to implement this again

stefangeyer commented 7 years ago

File uploads are now possible via multipart request. Issue fixed in the latest commit