uploadcare / uploadcare-java

Java API client that handles uploads and further operations with files by wrapping Uploadcare Upload and REST APIs.
https://uploadcare.com
Apache License 2.0
6 stars 13 forks source link

All files are uploaded with the mimeType application/octet-stream #14

Closed UltraL0rd closed 4 years ago

UltraL0rd commented 7 years ago

Line 76 & 78 call FileBody and ByteArrayBody which both set their mimeType's to "application/octet-stream". Both these Classes allow for mimeType to be set, they just need to be passed in.

raphaelnew commented 4 years ago

@UltraL0rd This issue has been fixed in v3.3.0