Closed josiasmontag closed 3 years ago
This adds an optional filename parameter to the upload method. Useful if you need to override the filename, for example if the mime detection fails (DOCX files).
filename
cloudConvertClient.importUsing().upload(new UploadImportRequest(), docxInputStream, "test.docx");
This adds an optional
filename
parameter to the upload method. Useful if you need to override the filename, for example if the mime detection fails (DOCX files).